When -strict-dwarf=true is specified, the calling convention info DW_CC_pass_by_value or DW_CC_pass_by_reference can only be generated at DWARF5.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks alright. Test might be tidied up a bit I think.
| llvm/test/DebugInfo/Generic/pass-by-value.ll | ||
|---|---|---|
| 27 | I'd probably relax this to: STRICT-NOT: DW_AT_calling_convention (& similarly below) Or maybe even implicit-check-not=DW_AT_calling_convention in the FileCheck line above? | |
I'd probably relax this to: STRICT-NOT: DW_AT_calling_convention (& similarly below)
Or maybe even implicit-check-not=DW_AT_calling_convention in the FileCheck line above?