commit | 80aa9a122fa8fab00b2431314cf57680f6807ad7 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Oct 26 21:48:57 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Oct 26 21:48:57 2006 +0000 |
tree | 04e48d9cf8fa9086aaf6999f85619d73cca87bda | |
parent | abf63457102b4a4e223c2f60f90886c225f1390a [diff] [blame] |
Place cstrings in .cstring section. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31207 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index cecffba..f8848f5 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -28,6 +28,7 @@ AlignmentIsInBytes = false; ConstantPoolSection = "\t.const\t"; JumpTableDataSection = ".const"; + CStringSection = "\t.cstring"; LCOMMDirective = "\t.lcomm\t"; StaticCtorsSection = ".mod_init_func"; StaticDtorsSection = ".mod_term_func";