mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Teach the pic16 target to recognize pic16-*-* triples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97691 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c4afd1d8e
commit
992e61992c
@ -15,7 +15,8 @@ using namespace llvm;
|
|||||||
Target llvm::ThePIC16Target, llvm::TheCooperTarget;
|
Target llvm::ThePIC16Target, llvm::TheCooperTarget;
|
||||||
|
|
||||||
extern "C" void LLVMInitializePIC16TargetInfo() {
|
extern "C" void LLVMInitializePIC16TargetInfo() {
|
||||||
RegisterTarget<> X(ThePIC16Target, "pic16", "PIC16 14-bit [experimental]");
|
RegisterTarget<Triple::pic16> X(ThePIC16Target, "pic16",
|
||||||
|
"PIC16 14-bit [experimental]");
|
||||||
|
|
||||||
RegisterTarget<> Y(TheCooperTarget, "cooper", "PIC16 Cooper [experimental]");
|
RegisterTarget<> Y(TheCooperTarget, "cooper", "PIC16 Cooper [experimental]");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user