[lld] [llvm] WIP: [LLD][COFF] Make unresolved symbol search behavior compliant with MSVC link.exe (PR #85290)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 25 11:18:19 PDT 2024
================
@@ -28,8 +28,10 @@
# Once the import library member from %t.lib.dll.a gets loaded, libfunc
# and __imp_libfunc already are defined.
-# Just check that this fails cleanly (doesn't crash).
-# RUN: not lld-link -lldmingw -out:%t.main.exe -entry:main %t.main.o %t.lib.dll.a %t.helper.a
+# This test should now succeed since we're following the MSVC symbol searching behvior described in:
----------------
sylvain-audi wrote:
typo: "behvior"
https://github.com/llvm/llvm-project/pull/85290
More information about the llvm-commits
mailing list