Skip to content

Commit ec00382

Browse files
authored
Unrolled build for rust-lang#120974
Rollup merge of rust-lang#120974 - zmodem:exportas, r=durin42 llvm-wrapper: adapt for LLVM API change: Add support for EXPORTAS name types Adapt for llvm/llvm-project@8f23464.
2 parents 09d73fa + 718b304 commit ec00382

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,9 @@ extern "C" LLVMRustResult LLVMRustWriteImportLibrary(
18011801
std::string{}, // ExtName
18021802
std::string{}, // SymbolName
18031803
std::string{}, // AliasTarget
1804+
#if LLVM_VERSION_GE(19, 0)
1805+
std::string{}, // ExportAs
1806+
#endif
18041807
ordinal, // Ordinal
18051808
ordinal_present, // Noname
18061809
false, // Data

0 commit comments

Comments
 (0)