Skip to content

Commit 221f15f

Browse files
[Clang] - Add libclangSerialization to clang driver unittests (#109329)
This PR is a fix for issue [#109328](#109328). libclangSerializaton.so is needed for building clang driver unittests after #76838 was merged. Needed for builds with `BUILD_SHARED_LIBS=ON`
1 parent f6b4c34 commit 221f15f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/unittests/Driver/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ clang_target_link_libraries(ClangDriverTests
2222
clangDriver
2323
clangBasic
2424
clangFrontend # For TextDiagnosticPrinter.
25+
clangSerialization
2526
)

0 commit comments

Comments
 (0)