Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the
[oota-llvm.git] / test / ExecutionEngine / test-call.ll
index a1b3cd66a3b7d5d7bd926a3bc04debd2026babec..4464ebd39bffea329bc3ae0fd4454557da69fc0c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -f -o %t.bc
+; RUN: llvm-as %s -o %t.bc
 ; RUN: lli %t.bc > /dev/null
 
 declare void @exit(i32)