[PATCH] D82481: [XCOFF][AIX] Give symbol an internal name when desired symbol name contains invalid character(s)

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 14:45:00 PDT 2020


daltenty added inline comments.


================
Comment at: llvm/lib/MC/MCAsmStreamer.cpp:820
+  case MCSA_LGlobal:
+    OS << "\t.lglobl\t";
+    break;
----------------
Previously we avoided emitting this directive for some case where it wasn't strictly required (i.e. function descriptors). Why the change in behaviour? (at first glance seems somewhat orthogonal to this patch)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82481/new/

https://reviews.llvm.org/D82481





More information about the llvm-commits mailing list