[PATCH] D35079: [COFF, AArch64] Set the private label prefix to .L
    Martin Storsjö via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul  6 14:09:06 PDT 2017
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rL307317: [COFF, AArch64] Set the private label prefix to .L (authored by mstorsjo).
Changed prior to commit:
  https://reviews.llvm.org/D35079?vs=105508&id=105528#toc
Repository:
  rL LLVM
https://reviews.llvm.org/D35079
Files:
  llvm/trunk/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
Index: llvm/trunk/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
===================================================================
--- llvm/trunk/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
+++ llvm/trunk/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp
@@ -103,4 +103,6 @@
 
 AArch64MCAsmInfoCOFF::AArch64MCAsmInfoCOFF() {
   CommentString = ";";
+  PrivateGlobalPrefix = ".L";
+  PrivateLabelPrefix = ".L";
 }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35079.105528.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170706/2bc0c5d4/attachment.bin>
    
    
More information about the llvm-commits
mailing list