Skip to content

Commit 718b304

Browse files
committed
llvm-wrapper: adapt for LLVM API change: Add support for EXPORTAS name types
Adapt for llvm/llvm-project@8f23464.
1 parent b17491c commit 718b304

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)