projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6913289
)
[Syntax] Do not depend on llvm targets for Syntax tests. NFC
author
Ilya Biryukov
<ibiryukov@google.com>
Tue, 4 Jun 2019 17:15:48 +0000
(17:15 +0000)
committer
Ilya 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
patch
|
blob
|
history
diff --git
a/unittests/Tooling/Syntax/CMakeLists.txt
b/unittests/Tooling/Syntax/CMakeLists.txt
index 4150a9ff1e1b578d0d3deea98f29399d3d89a42c..fbcca9d04e530f2fe7ae525b1bb34d3a028bc451 100644
(file)
--- 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
)