Skip to content

Commit 1717d23

Browse files
authored
Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, r=Noratrieb
Make target pointer width in target json an integer r? Noratrieb cc `@RalfJung` (https://github.com/rust-lang/rust/pull/142352/files#r2230380120) try-job: x86_64-rust-for-linux
2 parents 93eae74 + be65060 commit 1717d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/x86_64-unknown-kernel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"llvm-target": "x86_64-unknown-none",
33
"target-endian": "little",
4-
"target-pointer-width": "64",
4+
"target-pointer-width": 64,
55
"target-c-int-width": 32,
66
"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",
77
"arch": "x86_64",

0 commit comments

Comments
 (0)