[llvm] r197750 - Update the ML test to expect the new string format of getStringRepresentation.

Rafael Espindola rafael.espindola at gmail.com
Thu Dec 19 15:38:09 PST 2013


Author: rafael
Date: Thu Dec 19 17:38:09 2013
New Revision: 197750

URL: http://llvm.org/viewvc/llvm-project?rev=197750&view=rev
Log:
Update the ML test to expect the new string format of getStringRepresentation.

Modified:
    llvm/trunk/test/Bindings/Ocaml/target.ml

Modified: llvm/trunk/test/Bindings/Ocaml/target.ml
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/Ocaml/target.ml?rev=197750&r1=197749&r2=197750&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/Ocaml/target.ml (original)
+++ llvm/trunk/test/Bindings/Ocaml/target.ml Thu Dec 19 17:38:09 2013
@@ -43,9 +43,7 @@ let machine = TargetMachine.create (Targ
 
 let test_target_data () =
   let module DL = DataLayout in
-  let layout = "e-p:32:32:32-S32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-" ^
-               "f16:16:16-f32:32:32-f64:32:64-f128:128:128-v64:32:64-v128:32:128-" ^
-               "a0:0:64-n32" in
+  let layout = "e-p:32:32-f64:32:64-v64:32:64-v128:32:128-n32-S32" in
   let dl     = DL.of_string layout in
   let sty    = struct_type context [| i32_type; i64_type |] in
   





More information about the llvm-commits mailing list