mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-19 08:35:45 +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:
@@ -75,7 +75,8 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit, const Triple& T) {
|
||||
AssemblerDialect = 1; // New-Style mnemonics.
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user