diff options
| author | Philipp Oppermann <dev@phil-opp.com> | 2017-10-08 18:19:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-08 18:19:51 +0200 |
| commit | e8ba32e7a07dbcba124cceeee8c75535309084aa (patch) | |
| tree | 3f2ac52fbbe433f22c22b71eca9451b162bd7638 | |
| parent | ff8e264950b070578c8c8187241f4ca55ebf28fe (diff) | |
| download | rust-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.json | 2 |
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", |
