Skip to content

Commit

Permalink
Merge pull request #460 from rust-osdev/fix-tests
Browse files Browse the repository at this point in the history
Update data layout of test target for LLVM 18
  • Loading branch information
phil-opp authored Feb 27, 2024
2 parents 40931f0 + ba39d03 commit 4f95c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/x86_64-bare-metal.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"llvm-target": "x86_64-unknown-none",
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-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-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
Expand Down

0 comments on commit 4f95c56

Please sign in to comment.