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

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 4 10:15:49 PDT 2019


Author: ibiryukov
Date: Tue Jun  4 10:15:48 2019
New Revision: 362530

URL: http://llvm.org/viewvc/llvm-project?rev=362530&view=rev
Log:
[Syntax] Do not depend on llvm targets for Syntax tests. NFC

They are not required and only slow down the build.

Modified:
    cfe/trunk/unittests/Tooling/Syntax/CMakeLists.txt

Modified: cfe/trunk/unittests/Tooling/Syntax/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/Syntax/CMakeLists.txt?rev=362530&r1=362529&r2=362530&view=diff
==============================================================================
--- cfe/trunk/unittests/Tooling/Syntax/CMakeLists.txt (original)
+++ cfe/trunk/unittests/Tooling/Syntax/CMakeLists.txt Tue Jun  4 10:15:48 2019
@@ -1,5 +1,4 @@
 set(LLVM_LINK_COMPONENTS
-  ${LLVM_TARGETS_TO_BUILD}
   Support
   )
 




More information about the cfe-commits mailing list