jmciver created this revision. Herald added a project: All. jmciver added reviewers: Izaron, Ericson2314, thieta, tstellar. jmciver published this revision for review. Herald added a project: clang. Herald added a subscriber: cfe-commits.
Resolves undefined references to vtable for clang::ASTConsumer, PCHContainerOperations::PCHContainerOperations(), and CodeGenOptions::CodeGenOptions(). Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D136546 Files: clang/unittests/Support/CMakeLists.txt Index: clang/unittests/Support/CMakeLists.txt =================================================================== --- clang/unittests/Support/CMakeLists.txt +++ clang/unittests/Support/CMakeLists.txt @@ -8,5 +8,8 @@ clang_target_link_libraries(ClangSupportTests PRIVATE + clangAST + clangBasic clangFrontend + clangSerialization )
Index: clang/unittests/Support/CMakeLists.txt =================================================================== --- clang/unittests/Support/CMakeLists.txt +++ clang/unittests/Support/CMakeLists.txt @@ -8,5 +8,8 @@ clang_target_link_libraries(ClangSupportTests PRIVATE + clangAST + clangBasic clangFrontend + clangSerialization )
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits