mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-29 07:05:10 +00:00
llvm 21 support
This commit is contained in:
@@ -263,7 +263,7 @@ function(
|
||||
),
|
||||
verify
|
||||
)");
|
||||
#else
|
||||
#else // LLVM 20 & 21 (same config)
|
||||
array_add(&passes, u8R"(
|
||||
annotation2metadata,
|
||||
forceattrs,
|
||||
@@ -656,7 +656,7 @@ function(
|
||||
),
|
||||
verify
|
||||
)");
|
||||
#else
|
||||
#else // LLVM 20 & 21 (same config)
|
||||
array_add(&passes, u8R"(
|
||||
annotation2metadata,
|
||||
forceattrs,
|
||||
@@ -1052,7 +1052,7 @@ function(
|
||||
),
|
||||
verify
|
||||
)");
|
||||
#else
|
||||
#else // LLVM 20 & 21 (same config)
|
||||
array_add(&passes, u8R"(
|
||||
annotation2metadata,
|
||||
forceattrs,
|
||||
@@ -1192,4 +1192,4 @@ verify
|
||||
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user