[llvm] [llvm-lib] Use ARM64EC machine type for import libraries when -machine:arm64x is used. (PR #85972)

Daniel Paoliello via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 10:29:27 PDT 2024


================
@@ -96,6 +96,11 @@ READOBJ-NEXT: Name type: name
 READOBJ-NEXT: Export name: dataexp
 READOBJ-NEXT: Symbol: __imp_dataexp
 
+Using -machine:arm64x gives the same output.
+RUN: llvm-lib -machine:arm64x -def:test.def -out:test.lib
----------------
dpaoliello wrote:

Use a different name for this lib file, for debuggability?

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


More information about the llvm-commits mailing list