Resolves undefined references to vtable for clang::ASTConsumer,
PCHContainerOperations::PCHContainerOperations(), and
CodeGenOptions::CodeGenOptions().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Added GitHub issue 58553, which provides the full error message and repeatability information.
If this patch is accepted can someone please commit on my behalf?
- User name: John McIver
- User email: john.mciver.iii@gmail.com
Comment Actions
LGTM! I'm sorry that you had to fix CMakeLists.txt. It really "worked on my machine", I was running these commands:
cmake --build build --target ClangSupportTests # build and link the binary ./build/tools/clang/unittests/Support/ClangSupportTests # run the binary