mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Fix overzealous fixme fixing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10827 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5c59be9552
commit
844c546acf
@ -95,7 +95,7 @@ Output/%.ll: %.cc $(LCC1XX) Output/.dir $(INCLUDES)
|
||||
# from GCC output, so use GCCAS.
|
||||
#
|
||||
Output/%.bc: Output/%.ll $(LGCCAS)
|
||||
-$(LLVMAS) $(STATS) $< -o $@
|
||||
-$(LGCCAS) $(STATS) $< -o $@
|
||||
|
||||
# LLVM Assemble from X.ll to Output/X.bc. Because we are coming directly from
|
||||
# LLVM source, use the non-transforming assembler.
|
||||
|
Loading…
Reference in New Issue
Block a user