Home | History | Annotate | Download | only in test

Lines Matching refs:Output

22 # output from gccas and gccld.
31 .PRECIOUS: Output/%.bc Output/%.ll
32 .PRECIOUS: Output/%.tbc Output/%.tll
33 .PRECIOUS: Output/.dir
34 .PRECIOUS: Output/%.llvm.bc
35 .PRECIOUS: Output/%.llvm
48 $(RM) -rf Output/
50 # LLVM Assemble from Output/X.ll to Output/X.bc. Output/X.ll must have come
51 # from GCC output, so use GCCAS.
53 Output/%.bc: Output/%.ll $(LGCCAS)
56 # LLVM Assemble from X.ll to Output/X.bc. Because we are coming directly from
59 Output/%.bc: %.ll $(LLVMAS) Output/.dir