From 17136c3fa765b71835820f1ce5b75c15c63ec50e Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Fri, 25 Jan 2019 13:47:44 +0100 Subject: [PATCH] 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 --- testsuite/tests/asmcomp/main.ml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2