Skip to content

Commit 25916d8

Browse files
committed
ldc.intrinsics: Prepare for LLVM 21 final
1 parent 135c195 commit 25916d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/druntime/src/ldc/intrinsics.di

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ else version (LDC_LLVM_1800) enum LLVM_version = 1800;
2626
else version (LDC_LLVM_1801) enum LLVM_version = 1801;
2727
else version (LDC_LLVM_1901) enum LLVM_version = 1901;
2828
else version (LDC_LLVM_2001) enum LLVM_version = 2001;
29-
else version (LDC_LLVM_2100) enum LLVM_version = 2100;
29+
else version (LDC_LLVM_2101) enum LLVM_version = 2101;
3030
else static assert(false, "LDC LLVM version not supported");
3131

3232
enum LLVM_atleast(int major) = (LLVM_version >= major * 100);

0 commit comments

Comments
 (0)