[all-commits] [llvm/llvm-project] a6acf3: Revert "Fixes and closes #53952. Setting the ASTHa...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Oct 5 13:08:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6acf3fd49a20c570a390af2a3c84e10b9545b68
https://github.com/llvm/llvm-project/commit/a6acf3fd49a20c570a390af2a3c84e10b9545b68
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M clang/include/clang/Serialization/ASTWriter.h
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/GeneratePCH.cpp
Log Message:
-----------
Revert "Fixes and closes #53952. Setting the ASTHasCompilerErrors member variable correctly based on the PP diagnostics. (#68127)"
This reverts commit a50e63b38b931d945f97eac882278068221eca17.
With clang-14.0.6 as the host compiler, I'm getting:
ld.lld: error: undefined symbol: clang::ASTWriter::WriteAST(clang::Sema&, llvm::StringRef, clang::Module*, llvm::StringRef, bool, bool)
>>> referenced by ASTUnit.cpp
>>> ASTUnit.cpp.o:(clang::ASTUnit::serialize(llvm::raw_ostream&)) in archive lib/libclangFrontend.a
More information about the All-commits
mailing list