aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-12 06:32:10 +0000
committerChris Lattner <sabre@nondot.org>2009-08-12 06:32:10 +0000
commit8e6208304bb1a885bc5970c090c97eaebf8a15f8 (patch)
treeaa37af983b3f8ece66ba5f77ded269266a35b82a /include
parent118987f080b9cf720f113f2b3150f0b0470eeed7 (diff)
downloadexternal_llvm-8e6208304bb1a885bc5970c090c97eaebf8a15f8.zip
external_llvm-8e6208304bb1a885bc5970c090c97eaebf8a15f8.tar.gz
external_llvm-8e6208304bb1a885bc5970c090c97eaebf8a15f8.tar.bz2
add support for mingw64 target triples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/Triple.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h
index 47f8b6e..2ea8f20 100644
--- a/include/llvm/ADT/Triple.h
+++ b/include/llvm/ADT/Triple.h
@@ -70,6 +70,7 @@ public:
FreeBSD,
Linux,
MinGW32,
+ MinGW64,
NetBSD,
OpenBSD,
Win32