forked from OSchip/llvm-project
[CMake] Upate libdeps in FrontendTests corresponding to r215145.
llvm-svn: 215177
This commit is contained in:
parent
671dff1e49
commit
fb8654a881
|
@ -8,4 +8,5 @@ add_clang_unittest(FrontendTests
|
||||||
target_link_libraries(FrontendTests
|
target_link_libraries(FrontendTests
|
||||||
clangAST
|
clangAST
|
||||||
clangFrontend
|
clangFrontend
|
||||||
|
clangLex
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue