commit | 8f03a204f57fcb59b6ac754a632720cb6054152c | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Tue Jun 03 18:09:06 2008 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Tue Jun 03 18:09:06 2008 +0000 |
tree | 4ab74721c76e3428d24858b54a68974f399f5fa5 | |
parent | e067c3c23b3994597b6e43e32ae36d681387f9e7 [diff] [blame] |
Add StringConstantPrefix to control what the assembler names of string constants look like. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51909 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 85ead11..058de65 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -39,6 +39,7 @@ CommentString = ";"; GlobalPrefix = "_"; PrivateGlobalPrefix = "L"; + StringConstantPrefix = "\1LC"; ConstantPoolSection = "\t.const\t"; JumpTableDataSection = ".const"; CStringSection = "\t.cstring";