mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 17:32:36 +00:00
* Remove dead hunk of makefile fragment for dealing with sun compiler
* Move LLC code gen stuff into test/Programs/Makefile.programs llvm-svn: 6089
This commit is contained in:
parent
ddfc0adffb
commit
015f7c491f
@ -67,14 +67,6 @@ TESTRUNR = $(LEVEL)/test/TestRunner.sh
|
|||||||
NATGCC = /usr/dcs/software/supported/bin/gcc
|
NATGCC = /usr/dcs/software/supported/bin/gcc
|
||||||
CP = /bin/cp -f
|
CP = /bin/cp -f
|
||||||
|
|
||||||
ifndef DISABLE_LLC_DIFFS
|
|
||||||
CC = /opt/SUNWspro/bin/cc
|
|
||||||
AS = /opt/SUNWspro/bin/cc
|
|
||||||
DIS = /usr/ccs/bin/dis
|
|
||||||
CFLAGS += -g -xarch=v9
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
ifeq ($(TRACE), yes)
|
ifeq ($(TRACE), yes)
|
||||||
LLCFLAGS += -trace basicblock
|
LLCFLAGS += -trace basicblock
|
||||||
LLCLIBS := -L$(LEVEL)/test/Libraries/Output -linstr64
|
LLCLIBS := -L$(LEVEL)/test/Libraries/Output -linstr64
|
||||||
@ -107,16 +99,6 @@ Output/%.bc: Output/%.ll $(LGCCAS)
|
|||||||
Output/%.bc: %.ll $(LAS) Output/.dir
|
Output/%.bc: %.ll $(LAS) Output/.dir
|
||||||
$(LAS) -f $< -o $@
|
$(LAS) -f $< -o $@
|
||||||
|
|
||||||
# Compile a linked program to machine code for this processor.
|
|
||||||
#
|
|
||||||
Output/%.llc.s: Output/%.llvm.bc $(LLC)
|
|
||||||
$(LLC) $(LLCFLAGS) -f $< -o $@
|
|
||||||
|
|
||||||
# Assemble (and link) an LLVM-linked program using the system assembler...
|
|
||||||
#
|
|
||||||
Output/%.llc: Output/%.llc.s
|
|
||||||
$(CC) $(CFLAGS) $< $(LLCLIBS) -o $@
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Testing versions of provided utilities...
|
# Testing versions of provided utilities...
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user