mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 19:25:00 +00:00
Instead of yet another enum indicating the "assembly language flavor",
just use the one that's in the subtarget. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33255 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -112,6 +112,9 @@ PPCSubtarget::PPCSubtarget(const TargetMachine &tm, const Module &M,
|
||||
// Set up darwin-specific properties.
|
||||
if (IsDarwin) {
|
||||
HasLazyResolverStubs = true;
|
||||
AsmFlavor = NewMnemonic;
|
||||
} else {
|
||||
AsmFlavor = OldMnemonic;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user