llvm 21 support

This commit is contained in:
Laytan
2025-10-14 19:55:00 +02:00
parent 78e9a22ffa
commit e7ecb16a1e
10 changed files with 620 additions and 85 deletions

View File

@@ -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;
}
}