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.
2 parents 4907614 + 6ea75ae commit 6e1de0eCopy full SHA for 6e1de0e
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
@@ -69,7 +69,9 @@ extern "C" void LLVMInitializePasses() {
69
initializeAnalysis(Registry);
70
initializeTransformUtils(Registry);
71
initializeInstCombine(Registry);
72
+#if LLVM_VERSION_LT(16, 0)
73
initializeInstrumentation(Registry);
74
+#endif
75
initializeTarget(Registry);
76
}
77
0 commit comments