| Index: lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp
|
| ===================================================================
|
| --- lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp (revision 138335)
|
| +++ lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp (working copy)
|
| @@ -104,7 +104,7 @@
|
|
|
| // OpenBSD has buggy support for .quad in 32-bit mode, just split into two
|
| // .words.
|
| - if (T.getOS() == Triple::OpenBSD && T.getArch() == Triple::x86)
|
| + if (T.isOSOpenBSD() && T.getArch() == Triple::x86)
|
| Data64bitsDirective = 0;
|
| }
|
|
|
|
|