From 6236cad9d7c89c120f9ebaa13af968b4aab64923 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 26 Jul 2009 04:52:45 +0000 Subject: Oops, forgot XCore. Sorry XCore! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77125 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/Triple.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/llvm') 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 }; -- cgit v1.1