Skip to content

Commit

Permalink
Update target-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed May 9, 2024
1 parent ff29dd0 commit db14982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7255,7 +7255,7 @@ ub_checks
wasm32-wasip2:
overflow_checks
panic="abort"
relocation_model="static"
relocation_model="pic"
target_abi=""
target_arch="wasm32"
target_endian="little"
Expand Down
3 changes: 1 addition & 2 deletions tools/target-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -10016,7 +10016,7 @@
"linker-flavor": "wasm-lld",
"linker-is-gnu": false,
"lld-flavor": "wasm",
"llvm-target": "wasm32-unknown-unknown",
"llvm-target": "wasm32-wasip2",
"main-needs-argc-argv": false,
"max-atomic-width": 64,
"metadata": {
Expand Down Expand Up @@ -10061,7 +10061,6 @@
"crt1-reactor.o"
]
},
"relocation-model": "static",
"singlethread": true,
"target-family": [
"wasm"
Expand Down

0 comments on commit db14982

Please sign in to comment.