Fix #61691
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I don't feel particularly qualified to review this, but my reading of the GCC docs suggest that this attribute should only impact debug information and nothing else about codegen. However, FunctionDecl::isInlineBuiltinDeclaration() is used within CodeGenFunction::GenerateCode() and so I wonder if the change is correct or not.
Comment Actions
This PR seems related to this crash: https://github.com/llvm/llvm-project/issues/62958