Skip to content

Commit

Permalink
Merge #18
Browse files Browse the repository at this point in the history
18: Update data layout to include new x86 address spaces r=stlankes a=mkroening

Fixes #17.

Co-authored-by: Martin Kröning <mkroening@posteo.net>
  • Loading branch information
bors[bot] and mkroening authored May 21, 2021
2 parents e8bc657 + 43a2079 commit fe84409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64-unknown-hermit-loader.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"target-c-int-width": "32",
"os": "none",
"arch": "x86_64",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
"features": "-mmx,-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-3dnow,-3dnowa,-avx,-avx2,+soft-float",
"disable-redzone": true,
"eliminate-frame-pointer": true,
Expand Down

0 comments on commit fe84409

Please # to comment.