From: Xavier Leroy Date: Fri, 25 Jan 2019 12:47:44 +0000 (+0100) Subject: Drop a test-suite experiment committed by mistake X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=071413163fa6ec5edc1ac5f76ded4347154ebeb8;p=ocaml.git Drop a test-suite experiment committed by mistake This was failing on armhf because Debian GCC now enables PIE by default. Bug: https://caml.inria.fr/mantis/view.php?id=7642 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837359#80 Gbp-Pq: Name 0010-XL-001-tests.asmcomp.patch --- diff --git a/testsuite/tests/asmcomp/main.ml b/testsuite/tests/asmcomp/main.ml index 284f7fbc..6457ad20 100644 --- a/testsuite/tests/asmcomp/main.ml +++ b/testsuite/tests/asmcomp/main.ml @@ -6,7 +6,6 @@ let compile_file filename = let out_name = Filename.chop_extension filename ^ ".s" in Emitaux.output_channel := open_out out_name end; (* otherwise, stdout *) - Clflags.dlcode := false; Compilenv.reset ~source_provenance:(Timings.File filename) "test"; Emit.begin_assembly(); let ic = open_in filename in