summaryrefslogtreecommitdiffstats
path: root/clang/tools
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-12-06 23:02:00 +0000
committerShoaib Meenai <smeenai@fb.com>2017-12-06 23:02:00 +0000
commit266e9817f72695a282bce6f98c7a8b761108c8a0 (patch)
treefb176090193e77e88c489e54f4489d8db8d38a90 /clang/tools
parent0f5cb013d0438fe105ea4b678005e83bb0a86e84 (diff)
downloadbcm5719-llvm-266e9817f72695a282bce6f98c7a8b761108c8a0.tar.gz
bcm5719-llvm-266e9817f72695a282bce6f98c7a8b761108c8a0.zip
[clang] Add PRIVATE to target_link_libraries
Another follow-up to r319840. I'd done a test configure with LLVM_BUILD_STATIC, so I'm not sure why this didn't show up in that. llvm-svn: 319983
Diffstat (limited to 'clang/tools')
-rw-r--r--clang/tools/c-index-test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/c-index-test/CMakeLists.txt b/clang/tools/c-index-test/CMakeLists.txt
index fdc713dc492..d38c7bb2870 100644
--- a/clang/tools/c-index-test/CMakeLists.txt
+++ b/clang/tools/c-index-test/CMakeLists.txt
@@ -16,6 +16,7 @@ endif()
if (LLVM_BUILD_STATIC)
target_link_libraries(c-index-test
+ PRIVATE
libclang_static
clangCodeGen
clangIndex
OpenPOWER on IntegriCloud