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 984898d commit e2c3e94Copy full SHA for e2c3e94
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -983,7 +983,7 @@ extern "C" LLVMMetadataRef LLVMRustDIBuilderCreateStaticMemberType(
983
unwrapDI<DIType>(Ty),
984
fromRust(Flags),
985
unwrap<llvm::ConstantInt>(val),
986
-#if LLVM_VERSION_GE(17, 0)
+#if LLVM_VERSION_GE(18, 0)
987
llvm::dwarf::DW_TAG_member,
988
#endif
989
AlignInBits
0 commit comments