Make 'features' testsuite work with the /shared changes.
llvm-svn: 3357
This commit is contained in:
		
							parent
							
								
									39c284caf7
								
							
						
					
					
						commit
						dbeb10fce0
					
				| 
						 | 
				
			
			@ -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…
	
		Reference in New Issue