[PATCH] [OCaml] fix syntax errors in linker test

Peter Zotov whitequark at whitequark.org
Tue Dec 23 17:48:49 PST 2014


================
Comment at: test/Bindings/OCaml/linker.ml:54
@@ -53,3 +53,3 @@
   try
-    link_modules m1 m2 Mode.PreserveSource;
     failwith "must raise"
----------------
This doesn't make sense. The signature of link_modules is:

    val link_modules : Llvm.llmodule -> Llvm.llmodule -> Mode.t -> unit

http://reviews.llvm.org/D6773

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list