mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Merge pull request #3127 from laytan/fix-wasm-and-llvm-17
fix for wasm on llvm 17
This commit is contained in:
+1
-1
@@ -1085,7 +1085,7 @@ gb_internal void init_universal(void) {
|
|||||||
|
|
||||||
add_global_constant("ODIN_COMPILE_TIMESTAMP", t_untyped_integer, exact_value_i64(odin_compile_timestamp()));
|
add_global_constant("ODIN_COMPILE_TIMESTAMP", t_untyped_integer, exact_value_i64(odin_compile_timestamp()));
|
||||||
|
|
||||||
add_global_bool_constant("__ODIN_LLVM_F16_SUPPORTED", lb_use_new_pass_system());
|
add_global_bool_constant("__ODIN_LLVM_F16_SUPPORTED", lb_use_new_pass_system() && !is_arch_wasm());
|
||||||
|
|
||||||
{
|
{
|
||||||
GlobalEnumValue values[3] = {
|
GlobalEnumValue values[3] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user