From 72f66ecb1b36700984ed7c5c4e3e57efe2b67ad0 Mon Sep 17 00:00:00 2001 From: Ilya Biryukov <ibiryukov@google.com> Date: Tue, 4 Jun 2019 17:15:48 +0000 Subject: [PATCH] [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 --- unittests/Tooling/Syntax/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/unittests/Tooling/Syntax/CMakeLists.txt b/unittests/Tooling/Syntax/CMakeLists.txt index 4150a9ff1e..fbcca9d04e 100644 --- a/unittests/Tooling/Syntax/CMakeLists.txt +++ b/unittests/Tooling/Syntax/CMakeLists.txt @@ -1,5 +1,4 @@ set(LLVM_LINK_COMPONENTS - ${LLVM_TARGETS_TO_BUILD} Support ) -- 2.40.0