diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-27 01:49:49 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-08-27 01:49:49 +0000 |
| commit | 2c002043e02c86fdef1c09b49373a8f7e3c4149f (patch) | |
| tree | cb653dfb503feea8373c8546b369fffe8adf98ca /clang/unittests/CodeGen | |
| parent | 4419d539cf93937fcaca18a2ee8ce25ed49eafe6 (diff) | |
| download | bcm5719-llvm-2c002043e02c86fdef1c09b49373a8f7e3c4149f.tar.gz bcm5719-llvm-2c002043e02c86fdef1c09b49373a8f7e3c4149f.zip | |
ClangCodeGenTests: Reorder libdeps.
llvm-svn: 216514
Diffstat (limited to 'clang/unittests/CodeGen')
| -rw-r--r-- | clang/unittests/CodeGen/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | clang/unittests/CodeGen/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/clang/unittests/CodeGen/CMakeLists.txt b/clang/unittests/CodeGen/CMakeLists.txt index a34e28b4e35..adab03841d9 100644 --- a/clang/unittests/CodeGen/CMakeLists.txt +++ b/clang/unittests/CodeGen/CMakeLists.txt @@ -1,6 +1,6 @@ set(LLVM_LINK_COMPONENTS - Support ProfileData + Support ) add_clang_unittest(ClangCodeGenTests @@ -10,9 +10,9 @@ add_clang_unittest(ClangCodeGenTests target_link_libraries(ClangCodeGenTests clangAST clangBasic + clangCodeGen clangFrontend clangParse clangSema clangTooling - clangCodeGen ) diff --git a/clang/unittests/CodeGen/Makefile b/clang/unittests/CodeGen/Makefile index 70bd1c07e9e..4d0ee983040 100644 --- a/clang/unittests/CodeGen/Makefile +++ b/clang/unittests/CodeGen/Makefile @@ -10,8 +10,8 @@ CLANG_LEVEL = ../.. TESTNAME = CodeGen include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option \ - profiledata +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader mc option \ + profiledata support USEDLIBS = clangTooling.a clangCodeGen.a clangFrontend.a clangSerialization.a \ clangDriver.a \ clangRewrite.a clangRewriteFrontend.a \ |

