[lld] [LLD][COFF] Use EC symbol table for output DEF file on ARM64X (PR #125531)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 13:33:16 PST 2025


================
@@ -74,6 +74,10 @@ IMPLIB-EC-NEXT: Symbol: func
 IMPLIB-EC-NEXT: Symbol: __imp_aux_func
 IMPLIB-EC-NEXT: Symbol: #func
 
+RUN: FileCheck --check-prefix=OUT-DEF %s < out.def
+OUT-DEF:      EXPORTS
+OUT-DEF-NEXT:     func @1
----------------
mstorsjo wrote:

Is this enough to actually disambiguate between the two function namespaces here? Wouldn't this test pass even if we'd export the native symbol table instead?

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


More information about the llvm-commits mailing list