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

Jacek Caban via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 04:12:06 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
----------------
cjacek wrote:

It was meant to test the long form, but I failed to commit the final version. I pushed a fixup.

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


More information about the llvm-commits mailing list