aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-13 20:22:23 +0000
committerChris Lattner <sabre@nondot.org>2009-07-13 20:22:23 +0000
commitb77496d6923c5eba909c6efaaa317a8aedabc6bd (patch)
treedfb57c3f36f2a0d91c017b43971808c483f2c4f1 /include/llvm/ADT
parente7896101155725821b57ea05ffdb5728a6ee1752 (diff)
downloadexternal_llvm-b77496d6923c5eba909c6efaaa317a8aedabc6bd.zip
external_llvm-b77496d6923c5eba909c6efaaa317a8aedabc6bd.tar.gz
external_llvm-b77496d6923c5eba909c6efaaa317a8aedabc6bd.tar.bz2
Add NetBSD to the Triple class, patch by Krister Walfridsson!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT')
-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 96c0357..2366dfe 100644
--- a/include/llvm/ADT/Triple.h
+++ b/include/llvm/ADT/Triple.h
@@ -54,6 +54,7 @@ public:
DragonFly,
FreeBSD,
Linux,
+ NetBSD,
OpenBSD
};