Skip to content

Commit eda5cfe

Browse files
committed
fix: change target-pointer-width from string to integer to comply with updates to target JSON file spec
1 parent 7d28478 commit eda5cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvm-unknown-unknown.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"tier": 3
1818
},
1919
"panic-strategy": "abort",
20-
"target-pointer-width": "32",
20+
"target-pointer-width": 32,
2121
"llvm-target": "jvm-unknown-unknown"
2222
}

0 commit comments

Comments
 (0)