projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c45f6
)
X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, to appea...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 20 Jul 2011 04:02:20 +0000
(
04:02
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Wed, 20 Jul 2011 04:02:20 +0000
(
04:02
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135564
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86Subtarget.h
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86Subtarget.h
b/lib/Target/X86/X86Subtarget.h
index 6d22027b7aa8eb8f60814f22dbc2e11488a2bda0..d5c433f9aa9e8dac3d2a62af5d5a4b8ab59a6b3d 100644
(file)
--- a/
lib/Target/X86/X86Subtarget.h
+++ b/
lib/Target/X86/X86Subtarget.h
@@
-199,7
+199,8
@@
public:
}
bool isTargetWin64() const {
- return In64BitMode && (isTargetMingw() || isTargetWindows());
+ // FIXME: x86_64-cygwin has not been released yet.
+ return In64BitMode && (isTargetCygMing() || isTargetWindows());
}
bool isTargetEnvMacho() const {