summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2019-06-04 17:15:48 +0000
committerIlya Biryukov <ibiryukov@google.com>2019-06-04 17:15:48 +0000
commitf4302ad35e340f01529bf32919410b2577f899bd (patch)
treec022cff7916981ff837a4d163972c16df52e31cb
parent925553ec91f77be6bc6de86b766f7c1bd1c8ea67 (diff)
downloadbcm5719-llvm-f4302ad35e340f01529bf32919410b2577f899bd.tar.gz
bcm5719-llvm-f4302ad35e340f01529bf32919410b2577f899bd.zip
[Syntax] Do not depend on llvm targets for Syntax tests. NFC
They are not required and only slow down the build. llvm-svn: 362530
-rw-r--r--clang/unittests/Tooling/Syntax/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/Syntax/CMakeLists.txt b/clang/unittests/Tooling/Syntax/CMakeLists.txt
index 4150a9ff1e1..fbcca9d04e5 100644
--- a/clang/unittests/Tooling/Syntax/CMakeLists.txt
+++ b/clang/unittests/Tooling/Syntax/CMakeLists.txt
@@ -1,5 +1,4 @@
set(LLVM_LINK_COMPONENTS
- ${LLVM_TARGETS_TO_BUILD}
Support
)
OpenPOWER on IntegriCloud