1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Don't set GlobalPrefix to the default value.

llvm-svn: 195884
This commit is contained in:
Rafael Espindola 2013-11-27 21:57:54 +00:00
parent b424a0de8f
commit 916039a184
2 changed files with 0 additions and 2 deletions

View File

@ -44,7 +44,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
AlignmentIsInBytes = false;
CommentString = "#";
GlobalPrefix = "";
PrivateGlobalPrefix = ".L";
// Uses '.section' before '.bss' directive

View File

@ -19,7 +19,6 @@ SystemZMCAsmInfo::SystemZMCAsmInfo(StringRef TT) {
IsLittleEndian = false;
CommentString = "#";
GlobalPrefix = "";
PrivateGlobalPrefix = ".L";
ZeroDirective = "\t.space\t";
Data64bitsDirective = "\t.quad\t";