summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2015-10-16 03:10:30 +0000
committerDylan McKay <dylanmckay34@gmail.com>2015-10-16 03:10:30 +0000
commitb1d469c6575224adad8b89a0f7f436170b64397d (patch)
tree946e2cef19f076cc16284de4e73bbac58b178f8a /llvm/include
parent58fae7cf6bb3d76e8ee993abf1ddc485574b9ef7 (diff)
downloadbcm5719-llvm-b1d469c6575224adad8b89a0f7f436170b64397d.tar.gz
bcm5719-llvm-b1d469c6575224adad8b89a0f7f436170b64397d.zip
Initial migration of AVR backend
This patch adds the underlying infrastructure for an AVR backend to be included into LLVM. It is the first of a series of patches aimed at moving the out-of-tree AVR backend into the tree. It consists of adding a new`Triple` target 'avr'. llvm-svn: 250492
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/ADT/Triple.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ADT/Triple.h b/llvm/include/llvm/ADT/Triple.h
index 99822b0764e..e523e3b0309 100644
--- a/llvm/include/llvm/ADT/Triple.h
+++ b/llvm/include/llvm/ADT/Triple.h
@@ -50,6 +50,7 @@ public:
armeb, // ARM (big endian): armeb
aarch64, // AArch64 (little endian): aarch64
aarch64_be, // AArch64 (big endian): aarch64_be
+ avr, // AVR: Atmel AVR microcontroller
bpfel, // eBPF or extended BPF or 64-bit BPF (little endian)
bpfeb, // eBPF or extended BPF or 64-bit BPF (big endian)
hexagon, // Hexagon: hexagon
OpenPOWER on IntegriCloud