llvm-project/llvm/lib/Target/AVR/AVRTargetMachine.cpp
Dylan McKay c498ba3a3e 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
2015-11-12 09:26:44 +00:00

5 lines
48 B
C++

extern "C" void LLVMInitializeAVRTarget() {
}