We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bf5db commit bf6e075Copy full SHA for bf6e075
gen/variable_lifetime.cpp
@@ -92,7 +92,7 @@ llvm::Function *LocalVariableLifetimeAnnotator::getLLVMLifetimeStartFn() {
92
return lifetimeStartFunction;
93
94
lifetimeStartFunction = llvm::Intrinsic::
95
-#if LDC_LLVM_VER >= 2100
+#if LDC_LLVM_VER >= 2000
96
getOrInsertDeclaration(
97
#else
98
getDeclaration(
@@ -108,7 +108,7 @@ llvm::Function *LocalVariableLifetimeAnnotator::getLLVMLifetimeEndFn() {
108
return lifetimeEndFunction;
109
110
lifetimeEndFunction = llvm::Intrinsic::
111
112
113
114
0 commit comments