Skip to content

Commit

Permalink
Fix data-layout field
Browse files Browse the repository at this point in the history
The value was generated according to [this comment by @japaric](rust-lang#31367 (comment)).
  • Loading branch information
phil-opp authored Oct 8, 2017
1 parent ff8e264 commit e8ba32e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e8ba32e

Please sign in to comment.