[all-commits] [llvm/llvm-project] c11677: [LLD][COFF] Support finding pdb files from outputp...
GkvJwa via All-commits
all-commits at lists.llvm.org
Mon Jun 17 08:20:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c11677eedb2c302df0392af4bf21fb2f4978669b
https://github.com/llvm/llvm-project/commit/c11677eedb2c302df0392af4bf21fb2f4978669b
Author: GkvJwa <gkvjwa at gmail.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M lld/COFF/InputFiles.cpp
M lld/test/COFF/pdb-type-server-simple.test
Log Message:
-----------
[LLD][COFF] Support finding pdb files from outputpath (#94153)
In addition to looking for dependent (input) PDB files next to the associated .OBJ file, we now also look into the output folder as well. This mimics MSVC link.exe behavior.
Fixes #94152
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list