[all-commits] [llvm/llvm-project] fbfd71: [Debug-Info] handle DW_CC_pass_by_value/DW_CC_pass...
Esme via All-commits
all-commits at lists.llvm.org
Fri Jun 4 01:15:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbfd717197671769e92b1c00b08391a7cac62fed
https://github.com/llvm/llvm-project/commit/fbfd717197671769e92b1c00b08391a7cac62fed
Author: Esme-Yi <esme.yi at ibm.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/test/DebugInfo/Generic/pass-by-value.ll
Log Message:
-----------
[Debug-Info] handle DW_CC_pass_by_value/DW_CC_pass_by_reference under strict DWARF.
Summary: 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.
Reviewed By: shchenz, dblaikie
Differential Revision: https://reviews.llvm.org/D103300
More information about the All-commits
mailing list