mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -107,7 +107,6 @@ if ($PEROBJ) {
|
||||
$libpath =~ s/^TransformUtils/Transforms\/Utils/;
|
||||
$libpath =~ s/^ipa/Analysis\/IPA/;
|
||||
$libpath =~ s/^ipo/Transforms\/IPO/;
|
||||
$libpath =~ s/^pic16passes/Target\/PIC16\/PIC16Passes/;
|
||||
$libpath = "lib/".$libpath."/";
|
||||
open DEFS, "$nmPath -sg $Directory/$lib|";
|
||||
while (<DEFS>) {
|
||||
@@ -150,7 +149,6 @@ if ($PEROBJ) {
|
||||
$libpath =~ s/^TransformUtils/Transforms\/Utils/;
|
||||
$libpath =~ s/^ipa/Analysis\/IPA/;
|
||||
$libpath =~ s/^ipo/Transforms\/IPO/;
|
||||
$libpath =~ s/^pic16passes/Target\/PIC16\/PIC16Passes/;
|
||||
$libpath = "lib/".$libpath."/";
|
||||
open UDEFS, "$nmPath -Aup $Directory/$lib|";
|
||||
while (<UDEFS>) {
|
||||
|
Reference in New Issue
Block a user