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

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 12:53:37 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
----------------
cjacek wrote:

I changed it in the new version (it required changing check patterns to accept different names).

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


More information about the llvm-commits mailing list