mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 05:13:01 +00:00
Teach the pic16 target to recognize pic16-*-* triples.
llvm-svn: 97691
This commit is contained in:
parent
19007009c8
commit
282b01ff42
@ -15,7 +15,8 @@ using namespace llvm;
|
||||
Target llvm::ThePIC16Target, llvm::TheCooperTarget;
|
||||
|
||||
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]");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user