mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Enable integrated assembler on OpenBSD/PPC32 by default, too.
From Brad Smith. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202967 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6844c3f234
commit
7c09fb6af2
@ -75,7 +75,8 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit, const Triple& T) {
|
|||||||
AssemblerDialect = 1; // New-Style mnemonics.
|
AssemblerDialect = 1; // New-Style mnemonics.
|
||||||
|
|
||||||
if (T.getOS() == llvm::Triple::FreeBSD ||
|
if (T.getOS() == llvm::Triple::FreeBSD ||
|
||||||
(T.getOS() == llvm::Triple::NetBSD && !is64Bit))
|
(T.getOS() == llvm::Triple::NetBSD && !is64Bit) ||
|
||||||
|
(T.getOS() == llvm::Triple::OpenBSD && !is64Bit))
|
||||||
UseIntegratedAssembler = true;
|
UseIntegratedAssembler = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user