[Syntax] Do not depend on llvm targets for Syntax tests. NFC
authorIlya Biryukov <ibiryukov@google.com>
Tue, 4 Jun 2019 17:15:48 +0000 (17:15 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Tue, 4 Jun 2019 17:15:48 +0000 (17:15 +0000)
They are not required and only slow down the build.

llvm-svn: 362530

clang/unittests/Tooling/Syntax/CMakeLists.txt

index 4150a9f..fbcca9d 100644 (file)
@@ -1,5 +1,4 @@
 set(LLVM_LINK_COMPONENTS
-  ${LLVM_TARGETS_TO_BUILD}
   Support
   )