[lld] [lld][COFF] Add /linkreprofullpathrsp flag (PR #165449)
Alexandre Ganea via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 1 07:43:22 PDT 2025
================
@@ -0,0 +1,38 @@
+# REQUIRES: x86
+# Unsupported on Windows due to maximum path length limitations.
+
+# RUN: rm -rf %t.dir
+# RUN: split-file %s %t.dir
+# RUN: yaml2obj %p/Inputs/hello32.yaml -o %t.obj
+# RUN: llvm-mc -filetype=obj -triple=i386-windows %t.dir/drectve.s -o %t.dir/drectve.obj
----------------
aganea wrote:
This input doesn't seem to be used; same for the following few lines, they seem to have not effect on the link command below? I think nevertheless that the link command below should test the "/DEFAULTLIB in a .drectve section" interleaved with other inputs; as well as the .PDB input case.
https://github.com/llvm/llvm-project/pull/165449
More information about the llvm-commits
mailing list