[PATCH] D112286: Adapt DWARF tests for AIX
Jake Egan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 24 16:22:46 PDT 2021
Jake-Egan added a comment.
Here is an example for the differing output for file llvm/test/DebugInfo/Generic/varargs.ll
On Linux:
DW_AT_name [DW_FORM_strp]^I( .debug_str[0x00000065] = "a")$
On AIX:
DW_AT_name [DW_FORM_string]^I("a")$
I will create a new patch for the white space issue and convert this patch to add the `-dwarf-inlined-strings=Disable` option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112286/new/
https://reviews.llvm.org/D112286
More information about the llvm-commits
mailing list