rust: workaround snapshot having target-word-size
This commit is contained in:
@@ -160,6 +160,7 @@ def rust_gen_target(d, thing, wd):
|
||||
"data-layout": "{}",
|
||||
"llvm-target": "{}",
|
||||
"target-endian": "{}",
|
||||
"target-word-size": "{}",
|
||||
"target-pointer-width": "{}",
|
||||
"arch": "{}",
|
||||
"os": "linux",
|
||||
@@ -178,6 +179,7 @@ def rust_gen_target(d, thing, wd):
|
||||
llvm_target,
|
||||
endian,
|
||||
target_pointer_width,
|
||||
target_pointer_width,
|
||||
arch_to_rust_target_arch(arch),
|
||||
linker,
|
||||
features,
|
||||
|
||||
Reference in New Issue
Block a user