[PATCH] D155047: [lld][COFF] Add -print-search-paths for debugging.
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 03:41:06 PDT 2023
thieta added inline comments.
================
Comment at: lld/COFF/Options.td:300
def summary : F<"summary">;
+def print_search_paths : F<"print-search-paths">;
----------------
hans wrote:
> My ocd noticed that this section of flags seems to be alphabetical.
Will fix!
================
Comment at: lld/test/COFF/print-search-paths.s:7
+# CHECK: Library search paths:
+# CHECK: [[SYSROOT]]/sysroot\VC\Tools\MSVC\1.1.1.1\lib\x64
+# CHECK: [[SYSROOT]]/sysroot\VC\Tools\MSVC\1.1.1.1\atlmfc\lib\x64
----------------
hans wrote:
> Those backslashes will probably be forward slashes when this test runs on non-Windows.
Ah good point. Is there a good facility in Filecheck to match the correct slashes?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155047/new/
https://reviews.llvm.org/D155047
More information about the llvm-commits
mailing list