[PATCH] D81270: [XCOFF][AIX] Use 'L..' instead of '.L' for getPrivateGlobalPrefix in DataLayout

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 10:01:58 PDT 2020


hubert.reinterpretcast added inline comments.
Herald added a subscriber: wuzish.


================
Comment at: llvm/lib/IR/DataLayout.cpp:450
+      case 'a':
+        ManglingMode = MM_XCOFF;
+        break;
----------------
This is an addition to the IR. Should there be a bitcode test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81270





More information about the llvm-commits mailing list