From: Ilya Biryukov Date: Tue, 4 Jun 2019 17:15:48 +0000 (+0000) Subject: [Syntax] Do not depend on llvm targets for Syntax tests. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72f66ecb1b36700984ed7c5c4e3e57efe2b67ad0;p=clang [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 --- 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 )