[lld] [LLD][COFF] Update nodefaultlibs after updating search paths (PR #128813)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 10 07:28:24 PDT 2025
================
@@ -36,3 +36,8 @@ MSVC stamps uppercase references in OBJ directives, thus ensure that passing low
UPPERCASE-NOT: OLDNAMES
UPPERCASE-NOT: LIBCMT
+
+# RUN: yaml2obj -o %T/defaultlib.obj %p/Inputs/defaultlib.yaml
+# RUN: mkdir -p %t.dir/sysroot/VC/Tools/MSVC/1.1.1.1/lib/x64
+# RUN: cp %p/Inputs/ret42.lib %t.dir/sysroot/VC/Tools/MSVC/1.1.1.1/lib/x64/default.lib
+# RUN: not lld-link /winsysroot:%t.dir/sysroot /out:%t.exe /entry:main /subsystem:console /nodefaultlib:default.lib %T/defaultlib.obj
----------------
mstorsjo wrote:
Can you add another call that tests that this particular setup _does_ succeed if you skip the `/nodefaultlib` flag? Otherwise this test could seem like it works, if it fails for whatever other reason.
https://github.com/llvm/llvm-project/pull/128813
More information about the llvm-commits
mailing list