[PATCH] D82481: [XCOFF][AIX] Give symbol an internal name when desired symbol name contains invalid character(s)
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 25 14:11:55 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-symbol-rename.ll:78
+; OBJ: Disassembly of section .text:
+; OBJ-EMPTY:
+; OBJ-NEXT: 00000000 (idx: 6) .f$o:
----------------
Minor nit: Trailing whitespace at the end of line (multiple instances of `OBJ-EMPTY` exhibit this).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82481/new/
https://reviews.llvm.org/D82481
More information about the llvm-commits
mailing list