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

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 12 16:47:03 PST 2024


================
@@ -23,6 +23,7 @@ def libpath: P<"libpath", "Object file search path">;
 def lst    : F<"list">, HelpText<"List contents of .lib file on stdout">;
 def out    : P<"out", "Path to file to write output">;
 def deffile : P<"def", "def file to use to generate import library">;
+def nativedeffile : P<"defArm64Native", "def file to use to generate native ARM64 symbols in ARM64X import library">;
----------------
cjacek wrote:

I wanted to underline the fact that such libraries can be used by both ARM64EC and pure ARM64 target. Thinking about it again, using ARM64X for static libraries may be misleading, it's not exactly an analogue of ARM64X PE images. I will change it, thanks.

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


More information about the llvm-commits mailing list