mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
A couple more darwinisms
llvm-svn: 22450
This commit is contained in:
parent
79573b1a93
commit
c93c1c5148
@ -62,9 +62,12 @@ bool X86SharedAsmPrinter::doInitialization(Module& M) {
|
||||
if (leadingUnderscore || forCygwin || forDarwin)
|
||||
GlobalPrefix = "_";
|
||||
|
||||
if (forDarwin)
|
||||
if (forDarwin) {
|
||||
AlignmentIsInBytes = false;
|
||||
|
||||
Data64bitsDirective = 0; // we can't emit a 64-bit unit
|
||||
ZeroDirective = "\t.space\t"; // ".space N" emits N zeros.
|
||||
}
|
||||
|
||||
return AsmPrinter::doInitialization(M);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user