Drop a test-suite experiment committed by mistake
authorXavier Leroy <xavier.leroy@inria.fr>
Fri, 25 Jan 2019 12:47:44 +0000 (13:47 +0100)
committerStéphane Glondu <glondu@debian.org>
Fri, 25 Jan 2019 13:59:28 +0000 (14:59 +0100)
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

testsuite/tests/asmcomp/main.ml

index 284f7fbc960abc35ea6588aa3c06e05e5c30fa1a..6457ad209026d36822c3e9a4d30378336bbc29c7 100644 (file)
@@ -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