about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Oppermann <dev@phil-opp.com>2017-10-08 18:19:51 +0200
committerGitHub <noreply@github.com>2017-10-08 18:19:51 +0200
commite8ba32e7a07dbcba124cceeee8c75535309084aa (patch)
tree3f2ac52fbbe433f22c22b71eca9451b162bd7638
parentff8e264950b070578c8c8187241f4ca55ebf28fe (diff)
downloadrust-e8ba32e7a07dbcba124cceeee8c75535309084aa.tar.gz
rust-e8ba32e7a07dbcba124cceeee8c75535309084aa.zip
Fix data-layout field
The value was generated according to [this comment by @japaric](https://github.com/rust-lang/rust/issues/31367#issuecomment-213595571).
-rw-r--r--src/test/run-make/target-specs/x86_64-unknown-linux-gnu.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/target-specs/x86_64-unknown-linux-gnu.json b/src/test/run-make/target-specs/x86_64-unknown-linux-gnu.json
index c1dd0cf4063..3ae01d72fcc 100644
--- a/src/test/run-make/target-specs/x86_64-unknown-linux-gnu.json
+++ b/src/test/run-make/target-specs/x86_64-unknown-linux-gnu.json
@@ -1,6 +1,6 @@
 {
     "pre-link-args": ["-m64"],
-    "data-layout": "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128",
+    "data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
     "linker-flavor": "gcc",
     "llvm-target": "x86_64-unknown-linux-gnu",
     "target-endian": "little",