forked from OSchip/llvm-project
[pseudo] NFC, clangSyntaxPsuedo => clangToolingSyntaxPseudo
To be consistent with existing name pattern.
This commit is contained in:
parent
2189960e65
commit
b94f09524e
|
@ -1,6 +1,6 @@
|
|||
set(LLVM_LINK_COMPONENTS Support)
|
||||
|
||||
add_clang_library(clangSyntaxPseudo
|
||||
add_clang_library(clangToolingSyntaxPseudo
|
||||
Grammar.cpp
|
||||
GrammarBNF.cpp
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ clang_target_link_libraries(ClangPseudoTests
|
|||
PRIVATE
|
||||
clangBasic
|
||||
clangLex
|
||||
clangSyntaxPseudo
|
||||
clangToolingSyntaxPseudo
|
||||
clangTesting
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue