[llvm] [llvm-dlltool] Add ARM64EC target support. (PR #81624)
Jacek Caban via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 03:58:57 PST 2024
================
@@ -12,6 +12,9 @@ def D_long : JoinedOrSeparate<["--"], "dllname">, Alias<D>;
def d: JoinedOrSeparate<["-"], "d">, HelpText<"Input .def File">;
def d_long : JoinedOrSeparate<["--"], "input-def">, Alias<d>;
+def n: JoinedOrSeparate<["-"], "n">, HelpText<"Input native .def File on ARM64EC">;
----------------
cjacek wrote:
Good point, I didn't notice it. I created #81847 with a fix.
https://github.com/llvm/llvm-project/pull/81624
More information about the llvm-commits
mailing list