mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Added command to build SPARC executable.
llvm-svn: 1730
This commit is contained in:
parent
6775a132a2
commit
39dc45d020
@ -37,3 +37,9 @@ Output/%.s: Output/%.bc $(LLC)
|
||||
@echo "======== Generating assembly code for $<"
|
||||
$(LLC) -f $(LLCFLAGS) $< -o $@ || \
|
||||
( rm -f $@; $(FAILURE) $@ )
|
||||
|
||||
Output/%: Output/%.s $(LLC)
|
||||
@echo "======== Generating SPARC executable for $<"
|
||||
$(CC) $(CFLAGS) $< -o $@ || \
|
||||
( rm -f $@; $(FAILURE) $@ )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user