[lld] [llvm] [llvm-lib] Add support for -defArm64Native argument. (PR #81426)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 03:02:46 PST 2024


================
@@ -137,6 +137,7 @@ struct COFFShortExport {
 
 Error writeImportLibrary(StringRef ImportName, StringRef Path,
                          ArrayRef<COFFShortExport> Exports,
+                         ArrayRef<COFFShortExport> NativeExports,
----------------
zmodem wrote:

For users of this API, could you add a comment about the difference between Exports and NativeExports?

(Rust is pondering what to do here: https://github.com/rust-lang/rust/pull/120996)

https://github.com/llvm/llvm-project/pull/81426


More information about the llvm-commits mailing list