[OCaml] Enable backtraces in tests.
[oota-llvm.git] / test / Bindings / Ocaml / vmcore.ml
index f1d27b47a2a9c807265b59ee374c5b5a81ba59e0..dc48d370ed0f1ff4ddb4d8bb54e745620dd26d8c 100644 (file)
@@ -1,5 +1,5 @@
 (* RUN: cp %s %T/vmcore.ml
- * RUN: %ocamlcomp -warn-error A -package llvm.analysis -package llvm.bitwriter -linkpkg %T/vmcore.ml -o %t
+ * RUN: %ocamlcomp -g -warn-error A -package llvm.analysis -package llvm.bitwriter -linkpkg %T/vmcore.ml -o %t
  * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc > %t.ll
  * RUN: FileCheck %s < %t.ll