diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-12-02 21:47:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-12-02 21:47:55 +0000 |
commit | 845a87bd047c6892b13c85a1a4dc7213e2075cd0 (patch) | |
tree | 129d87b9e07a3fbd977ed08b01d0ef6166cae889 /clang/tools/c-index-test | |
parent | a18f9580e47269e63e197e74f4770ba5d8f6f1f2 (diff) | |
download | bcm5719-llvm-845a87bd047c6892b13c85a1a4dc7213e2075cd0.tar.gz bcm5719-llvm-845a87bd047c6892b13c85a1a4dc7213e2075cd0.zip |
Normalize CIndex/c-index-test/index-test link lines in the hopes it will fix
*something*.
- We really need to fix how LLVM's build systems manage
linking. Pretty-please-someone-else-do-this? :)
llvm-svn: 90350
Diffstat (limited to 'clang/tools/c-index-test')
-rw-r--r-- | clang/tools/c-index-test/CMakeLists.txt | 1 | ||||
-rw-r--r-- | clang/tools/c-index-test/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/CMakeLists.txt b/clang/tools/c-index-test/CMakeLists.txt index 775d590dd60..f0a34a57987 100644 --- a/clang/tools/c-index-test/CMakeLists.txt +++ b/clang/tools/c-index-test/CMakeLists.txt @@ -16,6 +16,7 @@ set( LLVM_USED_LIBS set( LLVM_LINK_COMPONENTS bitreader mc + core ) add_clang_executable(c-index-test diff --git a/clang/tools/c-index-test/Makefile b/clang/tools/c-index-test/Makefile index 82103a51fac..06e24053aa0 100644 --- a/clang/tools/c-index-test/Makefile +++ b/clang/tools/c-index-test/Makefile @@ -18,7 +18,7 @@ TOOL_NO_EXPORTS = 1 include $(LEVEL)/Makefile.config -LINK_COMPONENTS := bitreader mc +LINK_COMPONENTS := bitreader mc core USEDLIBS = CIndex.a clangIndex.a clangFrontend.a clangDriver.a clangSema.a \ clangAnalysis.a clangAST.a clangParse.a clangLex.a clangBasic.a |