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

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 00:23:08 PST 2024


================
@@ -98,6 +98,208 @@ RUN: llvm-lib -machine:arm64ec test.lib -out:test2.lib
 RUN: llvm-nm --print-armap test2.lib | FileCheck -check-prefix=ARMAP %s
 
 
+RUN: llvm-lib -machine:arm64ec -def:test.def -defArm64Native:test.def -out:testx.lib
+
+RUN: llvm-nm --print-armap testx.lib | FileCheck -check-prefix=ARMAPX %s
----------------
mstorsjo wrote:

What does `ARMAPX` stand for here?

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


More information about the llvm-commits mailing list