[llvm] [llvm-dlltool] Use EXPORTAS name type for renamed imports on ARM64EC. (PR #99346)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 14:29:46 PDT 2024


================
@@ -53,3 +66,8 @@ EXPORTS
 LIBRARY test.dll
 EXPORTS
     otherfunc
+
+#--- test3.def
+LIBRARY test.dll
+EXPORTS
+    func == efunc
----------------
mstorsjo wrote:

Hmm, isn't this the case that end up using `EXPORTAS` already, since https://github.com/llvm/llvm-project/pull/98229? Would it be clearer to test a case here, where you'd have a separate `efunc` entry, so that it shows that even if we have the target exported, we'd still use the `EXPORTAS` type instead of weak aliases?

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


More information about the llvm-commits mailing list