We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec59919 commit 7867833Copy full SHA for 7867833
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
@@ -1118,7 +1118,7 @@ struct LLVMRustThinLTOData {
1118
1119
// Not 100% sure what these are, but they impact what's internalized and
1120
// what's inlined across modules, I believe.
1121
-#if LLVM_VERSION_GE(17, 0)
+#if LLVM_VERSION_GE(18, 0)
1122
DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists;
1123
DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists;
1124
DenseMap<StringRef, GVSummaryMapTy> ModuleToDefinedGVSummaries;
0 commit comments