[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.
================
Comment at: llvm/lib/IR/DataLayout.cpp:450
+      case 'a':
+        ManglingMode = MM_XCOFF;
+        break;
----------------
hubert.reinterpretcast wrote:
> This is an addition to the IR. Should there be a bitcode test?
There should be an update to the LLVM Language Reference Manual.
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