aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-26 04:52:45 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-26 04:52:45 +0000
commit6236cad9d7c89c120f9ebaa13af968b4aab64923 (patch)
treebe1abdabdec386e41591cd733fb111a189cd5780 /include/llvm/ADT
parent53aa633fcd75c967e823a2c15413db1b3f88bc98 (diff)
downloadexternal_llvm-6236cad9d7c89c120f9ebaa13af968b4aab64923.zip
external_llvm-6236cad9d7c89c120f9ebaa13af968b4aab64923.tar.gz
external_llvm-6236cad9d7c89c120f9ebaa13af968b4aab64923.tar.bz2
Oops, forgot XCore. Sorry XCore!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77125 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 f4bc612..b6c8193 100644
--- a/include/llvm/ADT/Triple.h
+++ b/include/llvm/ADT/Triple.h
@@ -49,6 +49,7 @@ public:
thumb, // thumb, thumbv.*
x86, // i[3-9]86
x86_64, // amd64, x86_64
+ xcore, // xcore
InvalidArch
};