mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-08 09:43:20 +00:00
ARM unified syntax is not specific to ELF; use it for Darwin, too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73665 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
820528331f
commit
ff6de36558
@ -841,7 +841,7 @@ bool ARMAsmPrinter::doInitialization(Module &M) {
|
||||
Mang->setUseQuotes(true);
|
||||
|
||||
// Thumb-2 instructions are supported only in unified assembler syntax mode.
|
||||
if (Subtarget->isTargetELF() && Subtarget->hasThumb2())
|
||||
if (Subtarget->hasThumb2())
|
||||
O << "\t.syntax unified\n";
|
||||
|
||||
// Emit ARM Build Attributes
|
||||
|
Loading…
x
Reference in New Issue
Block a user