summaryrefslogtreecommitdiffstats
path: root/clang/unittests/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/CodeGen/CMakeLists.txt')
-rw-r--r--clang/unittests/CodeGen/CMakeLists.txt4
1 files changed, 2 insertions, 2 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
)
OpenPOWER on IntegriCloud