[llvm-branch-commits] [lld] [llvm] Backport fixes for ARM64EC import libraries (PR #84590)
Tom Stellard via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 13 16:05:26 PDT 2024
================
@@ -91,6 +120,10 @@ struct COFFShortExport {
/// file, this is "baz" in "EXPORTS\nfoo = bar == baz".
std::string AliasTarget;
+ /// Specifies EXPORTAS name. In a .def file, this is "bar" in
+ /// "EXPORTS\nfoo EXPORTAS bar".
+ std::string ExportAs;
----------------
tstellar wrote:
If you can remove this part of the patch, that would be great.
https://github.com/llvm/llvm-project/pull/84590
More information about the llvm-branch-commits
mailing list