mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Use the integrated assembler by default on OpenBSD.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212771 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fc6a659676
commit
e39f7f95bc
@ -43,7 +43,8 @@ SparcELFMCAsmInfo::SparcELFMCAsmInfo(StringRef TT) {
|
||||
SunStyleELFSectionSwitchSyntax = true;
|
||||
UsesELFSectionDirectiveForBSS = true;
|
||||
|
||||
if (TheTriple.getOS() == llvm::Triple::Solaris)
|
||||
if (TheTriple.getOS() == llvm::Triple::Solaris ||
|
||||
TheTriple.getOS() == llvm::Triple::OpenBSD)
|
||||
UseIntegratedAssembler = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user