diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-03-05 08:20:44 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-03-05 08:20:44 +0000 |
commit | 6eab665ab03f0da2867363f089e4eae50e3cd3e0 (patch) | |
tree | 13b44e708f6518ed02e8e0cc07f7e2c82a8807ff /include/llvm/Config | |
parent | bf344ed6c26ea5cbe67079b1954ba531a875a968 (diff) | |
download | external_llvm-6eab665ab03f0da2867363f089e4eae50e3cd3e0.zip external_llvm-6eab665ab03f0da2867363f089e4eae50e3cd3e0.tar.gz external_llvm-6eab665ab03f0da2867363f089e4eae50e3cd3e0.tar.bz2 |
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66157 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 0b67071..32a7884 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -208,6 +208,9 @@ /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define if you can use -Wl,-export-dynamic. */ +#undef HAVE_LINK_EXPORT_DYNAMIC + /* Define to 1 if you have the <link.h> header file. */ #undef HAVE_LINK_H |