[clang] [llvm] [AArch64] Add soft-float ABI (PR #84146)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 17 11:03:17 PDT 2024
================
@@ -180,7 +180,7 @@ namespace {
bool HandleTopLevelDecl(DeclGroupRef DG) override {
// FIXME: Why not return false and abort parsing?
- if (Diags.hasErrorOccurred())
+ if (Diags.hasUnrecoverableErrorOccurred())
----------------
shafik wrote:
Is this really a reasonable change? Doesn't that mean will be codegen'ing on erroneous code?
https://github.com/llvm/llvm-project/pull/84146
More information about the cfe-commits
mailing list