mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 03:25:54 -04:00
[clang-tidy] fix linkage with clangSema for FixitHintUtils, undo previous wrong fix
This commit is contained in:
parent
e19188af0a
commit
48ee04033c
@ -22,6 +22,7 @@ add_clang_library(clangTidyUtils
|
||||
clangASTMatchers
|
||||
clangBasic
|
||||
clangLex
|
||||
clangSema
|
||||
clangTidy
|
||||
clangTransformer
|
||||
)
|
||||
|
@ -29,7 +29,6 @@ clang_target_link_libraries(ClangTidyTests
|
||||
clangBasic
|
||||
clangFrontend
|
||||
clangLex
|
||||
clangSema
|
||||
clangSerialization
|
||||
clangTooling
|
||||
clangToolingCore
|
||||
|
Loading…
Reference in New Issue
Block a user