forked from OSchip/llvm-project
[pseudo] Fix unit test build
Analogous to 632545e8ce
.
Reviewed By: hokein
Differential Revision: https://reviews.llvm.org/D127397
This commit is contained in:
parent
b6c58ec486
commit
bf830623b0
|
@ -1,6 +1,5 @@
|
||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
Support
|
Support
|
||||||
TestingSupport
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target(ClangPseudoUnitTests)
|
add_custom_target(ClangPseudoUnitTests)
|
||||||
|
@ -24,4 +23,5 @@ target_link_libraries(ClangPseudoTests
|
||||||
PRIVATE
|
PRIVATE
|
||||||
clangPseudo
|
clangPseudo
|
||||||
clangPseudoGrammar
|
clangPseudoGrammar
|
||||||
|
LLVMTestingSupport
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue