Open bhandarkar-pranav opened 1 month ago
The following change fixes the problem for me.
diff --git a/clang/unittests/Driver/CMakeLists.txt b/clang/unittests/Driver/CMakeLists.txt
index 752037f78fb1..efdd07ea2388 100644
--- a/clang/unittests/Driver/CMakeLists.txt
+++ b/clang/unittests/Driver/CMakeLists.txt
@@ -22,4 +22,5 @@ clang_target_link_libraries(ClangDriverTests
clangDriver
clangBasic
clangFrontend # For TextDiagnosticPrinter.
+ clangSerialization
)
CC @Prabhuk
I am getting the following build error
I build with
BUILD_SHARED_LIBS=ON
. It started with this commit https://github.com/llvm/llvm-project/commit/d1335fb86466221b0499db5fc8f158f1f64d9542