[llvm] Emit DW_OP_lit0/1 for constant boolean values (PR #155539)

Laxman Sole via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 09:48:41 PDT 2025


laxmansole wrote:

@Michael137 Yes. I'll create a new PR with the modified test. The issue occurred because for the AArch64/ARM targets, the test was generating `DW_OP_regx` than the expected `DW_OP_lit0/1`. 

https://github.com/llvm/llvm-project/pull/155539


More information about the llvm-commits mailing list