From 3f83d3f1f38c570abb54e2f9e281711ad93a461f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 16 Oct 2008 06:16:50 +0000 Subject: mark some targets as experimental. Andrew, if you think that Alpha is basically working, feel free to remove the tag. The other targets have really basic things that break them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57628 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PIC16/PIC16TargetMachine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/PIC16/PIC16TargetMachine.cpp') diff --git a/lib/Target/PIC16/PIC16TargetMachine.cpp b/lib/Target/PIC16/PIC16TargetMachine.cpp index df16469..4a0a3b0 100644 --- a/lib/Target/PIC16/PIC16TargetMachine.cpp +++ b/lib/Target/PIC16/PIC16TargetMachine.cpp @@ -23,7 +23,7 @@ using namespace llvm; namespace { // Register the targets - RegisterTarget X("pic16", "PIC16 14-bit"); + RegisterTarget X("pic16", "PIC16 14-bit [experimental]"); } PIC16TargetMachine:: -- cgit v1.1