[lld] [LLD][COFF] Update nodefaultlibs after updating search paths (PR #128813)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 08:05:02 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
----------------
A2uria wrote:
Done. Without the fix I got the following result.
<details>
```
# executed command: 'v:\llvm-project\build\bin\filecheck.exe' -check-prefix=CHECK4 'V:\llvm-project\lld\test\COFF\nodefaultlib.test'
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: v:\llvm-project\build\bin\filecheck.exe -check-prefix=CHECK4 V:\llvm-project\lld\test\COFF\nodefaultlib.test
# `-----------------------------
# error: command failed with exit status: 2
```
</details>
https://github.com/llvm/llvm-project/pull/128813
More information about the llvm-commits
mailing list