[PATCH] D112286: Adapt DWARF tests for AIX

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 18:33:00 PDT 2021


shchenz added a comment.

Maybe we could split this patch into two:
1: for the space and tab
2: for -dwarf-inlined-strings=Disable

The second one looks reasonable to me.
But for the first one, do we know why on AIX it generates a tab instead of space? Is it caused by `llvm-dwarfdump` on AIX? If so, maybe we need to change `llvm-dwarfdump` to make it generate space also on AIX?


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