aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-16 02:06:30 +0000
committerChris Lattner <sabre@nondot.org>2009-10-16 02:06:30 +0000
commita43fc3452b4c5a853054b6b671eacbdd05039130 (patch)
treef66b98452b5e1962f304e665993989512820f905 /include/llvm/ADT
parenta4d8667c870759a70aa9bea99e64b7f7e938b1a1 (diff)
downloadexternal_llvm-a43fc3452b4c5a853054b6b671eacbdd05039130.zip
external_llvm-a43fc3452b4c5a853054b6b671eacbdd05039130.tar.gz
external_llvm-a43fc3452b4c5a853054b6b671eacbdd05039130.tar.bz2
add haiku support, patch by Paul Davey!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r--include/llvm/ADT/Triple.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h
index 89736bc..7fb0014 100644
--- a/include/llvm/ADT/Triple.h
+++ b/include/llvm/ADT/Triple.h
@@ -95,7 +95,8 @@ public:
NetBSD,
OpenBSD,
Solaris,
- Win32
+ Win32,
+ Haiku
};
private: