diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-04-12 23:19:46 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-04-12 23:19:46 +0000 |
commit | f7728dc1d4899b51a6767cafacfcd4d0d7d351a3 (patch) | |
tree | e97588a9a6c5b9fbd0f99833a485ecd0aa7f2aea | |
parent | 37050841d7b852497b85d5275d9ea92c07ddf059 (diff) |
Config.h: Add another definition which the Darwin build (sometimes) uses.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154630 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/clang/Config/config.h.in b/include/clang/Config/config.h.in index 3f5d5035cb..86d5b0959b 100644 --- a/include/clang/Config/config.h.in +++ b/include/clang/Config/config.h.in @@ -15,4 +15,7 @@ /* Directories clang will search for headers */ #undef C_INCLUDE_DIRS +/* Linker version detected at compile time. */ +#undef HOST_LINK_VERSION + #endif |