mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-07 11:33:44 +00:00
"." isn't enough to get a private label on linux, use ".L".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26327 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
205065ae0c
commit
e650a6b3f4
@ -45,6 +45,7 @@ bool X86SharedAsmPrinter::doInitialization(Module &M) {
|
|||||||
const X86Subtarget *Subtarget = &TM.getSubtarget<X86Subtarget>();
|
const X86Subtarget *Subtarget = &TM.getSubtarget<X86Subtarget>();
|
||||||
|
|
||||||
forDarwin = false;
|
forDarwin = false;
|
||||||
|
PrivateGlobalPrefix = ".L";
|
||||||
|
|
||||||
switch (Subtarget->TargetType) {
|
switch (Subtarget->TargetType) {
|
||||||
case X86Subtarget::isDarwin:
|
case X86Subtarget::isDarwin:
|
||||||
|
Loading…
Reference in New Issue
Block a user