[PATCH] D154854: Use empty symbol name for XCOFF text csect
Stephen Peckham via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 12:12:57 PDT 2023
stephenpeckham marked 4 inline comments as done.
stephenpeckham added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-pgo-function-sections.ll:123
; OBJ64-NEXT: 0000000000000000 *UND* 0000000000000000 external_func
-; OBJ64-NEXT: 0000000000000000 l .text 0000000000000000 .text
+; OBJ64-NEXT: 0000000000000000 l .text 0000000000000000
; OBJ64-NEXT: 0000000000000000 g .text 0000000000000033 .func1
----------------
hubert.reinterpretcast wrote:
> It is somewhat unfortunate that the default tool outputs for empty names is especially bad, but I don't want to hold up this patch on changing that.
A change to llvm-objdump that prints a visible string for empty names could be done in another patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154854/new/
https://reviews.llvm.org/D154854
More information about the llvm-commits
mailing list