summaryrefslogtreecommitdiffstats
path: root/clang/unittests/CodeGen
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-08-27 01:49:49 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-08-27 01:49:49 +0000
commit2c002043e02c86fdef1c09b49373a8f7e3c4149f (patch)
treecb653dfb503feea8373c8546b369fffe8adf98ca /clang/unittests/CodeGen
parent4419d539cf93937fcaca18a2ee8ce25ed49eafe6 (diff)
downloadbcm5719-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.txt4
-rw-r--r--clang/unittests/CodeGen/Makefile4
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 \
OpenPOWER on IntegriCloud