mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 22:00:14 +00:00
X86: 80-column
llvm-svn: 202863
This commit is contained in:
parent
45374cc4ce
commit
763666ef2f
@ -281,7 +281,8 @@ static MCAsmInfo *createX86MCAsmInfo(const MCRegisterInfo &MRI, StringRef TT) {
|
||||
MAI = new X86ELFMCAsmInfo(TheTriple);
|
||||
} else if (TheTriple.getOS() == Triple::Win32) {
|
||||
MAI = new X86MCAsmInfoMicrosoft(TheTriple);
|
||||
} else if (TheTriple.getOS() == Triple::MinGW32 || TheTriple.getOS() == Triple::Cygwin) {
|
||||
} else if (TheTriple.getOS() == Triple::MinGW32 ||
|
||||
TheTriple.getOS() == Triple::Cygwin) {
|
||||
MAI = new X86MCAsmInfoGNUCOFF(TheTriple);
|
||||
} else {
|
||||
// The default is ELF.
|
||||
|
Loading…
x
Reference in New Issue
Block a user