Skip to content

Commit e2c3e94

Browse files
committed
17 -> 18
1 parent 984898d commit e2c3e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ extern "C" LLVMMetadataRef LLVMRustDIBuilderCreateStaticMemberType(
983983
unwrapDI<DIType>(Ty),
984984
fromRust(Flags),
985985
unwrap<llvm::ConstantInt>(val),
986-
#if LLVM_VERSION_GE(17, 0)
986+
#if LLVM_VERSION_GE(18, 0)
987987
llvm::dwarf::DW_TAG_member,
988988
#endif
989989
AlignInBits

0 commit comments

Comments
 (0)