Răsfoiți Sursa

[Syntax] Do not depend on llvm targets for Syntax tests. NFC

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
Ilya Biryukov 6 ani în urmă
părinte
comite
72f66ecb1b
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      unittests/Tooling/Syntax/CMakeLists.txt

+ 0 - 1
unittests/Tooling/Syntax/CMakeLists.txt

@@ -1,5 +1,4 @@
 set(LLVM_LINK_COMPONENTS
-  ${LLVM_TARGETS_TO_BUILD}
   Support
   )