llvm-mc/Mach-O: Add section padding where needed (to align the next section).
[oota-llvm.git] / test / Makefile.tests
index ad9f2eabc7f1448143f2028dbc2e4c1648e5a4b6..90e9f2c70574dc9c668819bf47b4e13ab4310438 100644 (file)
@@ -69,7 +69,7 @@ Output/%.bc: Output/%.ll $(LGCCAS)
 # LLVM source, use the non-transforming assembler.
 #
 Output/%.bc: %.ll $(LLVMAS) Output/.dir
-       -$(LLVMAS) -f $< -o $@
+       -$(LLVMAS) $< -o $@
 
 ## Cancel built-in implicit rules that override above rules
 %: %.s