mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-25 03:30:37 +00:00
Make 'features' testsuite work with the /shared changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3357 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83a278efad
commit
d1c58ac7c3
@ -23,10 +23,10 @@ testcodegen : $(OTESTS:%.ll=%.mc)
|
||||
testsparc : $(OTESTS:%.ll=%.s)
|
||||
|
||||
Output/%.asmdis: % $(LAS) $(LDIS) Output/.dir
|
||||
@./TestAsmDisasm.sh $<
|
||||
@./TestAsmDisasm.sh $< $(TOOLDEBUG) $(LIBDEBUG)
|
||||
|
||||
Output/%.opt: % $(LAS) $(LDIS) $(LOPT) Output/.dir
|
||||
@./TestOptimizer.sh $<
|
||||
@./TestOptimizer.sh $< $(TOOLDEBUG) $(LIBDEBUG)
|
||||
|
||||
Output/%.mc: Output/%.bc $(LLC)
|
||||
@echo "======== Generating machine instructions for $<"
|
||||
|
@ -4,11 +4,11 @@
|
||||
|
||||
rm -f test.bc.temp[12]
|
||||
|
||||
LD_LIBRARY_PATH=../../lib/Debug
|
||||
LD_LIBRARY_PATH=$3
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
AS=../../tools/Debug/as
|
||||
DIS=../../tools/Debug/dis
|
||||
AS=$2/as
|
||||
DIS=$2/dis
|
||||
|
||||
echo "======== Running assembler/disassembler test on $1"
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
LD_LIBRARY_PATH=../../lib/Debug
|
||||
LD_LIBRARY_PATH=$3
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
AS=../../tools/Debug/as
|
||||
DIS=../../tools/Debug/dis
|
||||
OPT=../../tools/Debug/opt
|
||||
AS=$2/as
|
||||
DIS=$2/dis
|
||||
OPT=$2/opt
|
||||
|
||||
echo "======== Running optimizier test on $1"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user