]> granicus.if.org Git - clang/commitdiff
[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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362530 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Tooling/Syntax/CMakeLists.txt

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