[llvm] [llvm-dlltool] Use -N for input native def option to avoid conflict with GNU dlltool --no-delete option. (PR #81847)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 04:06:13 PST 2024


================
@@ -32,7 +32,10 @@ ARMAP2-NEXT: __imp_aux_func in test.dll
 ARMAP2-NEXT: __imp_func in test.dll
 ARMAP2-NEXT: func in test.dll
 
-RUN: not llvm-dlltool -m arm64 -d test.def -n test2.def -l test2.lib 2>&1 | FileCheck --check-prefix=ERR %s
+RUN: llvm-dlltool -m arm64ec -d test.def -N test2.def -l test3.lib
----------------
mstorsjo wrote:

What does this line test, isn't this the exact same test as what's above on line 19?

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


More information about the llvm-commits mailing list