summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/AVRTargetMachine.cpp
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2015-11-12 09:26:44 +0000
committerDylan McKay <dylanmckay34@gmail.com>2015-11-12 09:26:44 +0000
commitc498ba3a3e39eb94b79e3127eeda8aee2fcfbe68 (patch)
tree6bbda8c77a6cc21f1505fcb07b131362c80df9f5 /llvm/lib/Target/AVR/AVRTargetMachine.cpp
parent1b1b34ef95817eca7ba8f2445be1c895af4a3738 (diff)
downloadbcm5719-llvm-c498ba3a3e39eb94b79e3127eeda8aee2fcfbe68.tar.gz
bcm5719-llvm-c498ba3a3e39eb94b79e3127eeda8aee2fcfbe68.zip
Add AVR backend skeleton
This adds part of the target info code, and adds modifications to the build scripts so that AVR is recognized a supported, experimental backend. It does not include any AVR-specific code, just the bare sources required for a backend to exist. From D14039. llvm-svn: 252865
Diffstat (limited to 'llvm/lib/Target/AVR/AVRTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/AVR/AVRTargetMachine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/AVR/AVRTargetMachine.cpp b/llvm/lib/Target/AVR/AVRTargetMachine.cpp
new file mode 100644
index 00000000000..a91dce8a63f
--- /dev/null
+++ b/llvm/lib/Target/AVR/AVRTargetMachine.cpp
@@ -0,0 +1,4 @@
+
+extern "C" void LLVMInitializeAVRTarget() {
+
+}
OpenPOWER on IntegriCloud