[all-commits] [llvm/llvm-project] 6c3bc5: [gn build] Remove unnecessary lld dependency on De...
Noah Shutty via All-commits
all-commits at lists.llvm.org
Mon Dec 13 12:08:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c3bc57f256d00433713b7f8052e542b0ec92496
https://github.com/llvm/llvm-project/commit/6c3bc57f256d00433713b7f8052e542b0ec92496
Author: Noah Shutty <shutty at google.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M llvm/utils/gn/secondary/lld/COFF/BUILD.gn
Log Message:
-----------
[gn build] Remove unnecessary lld dependency on DebugInfo/Symbolize.
The gn script for lld's COFF lib adds an unnecessary dependency on llvm/lib/DebugInfo/Symbolize. There is no such dependency in lld/COFF/CMakeLists.txt. This can be safely removed.
Reviewed By: phosek, thakis
Differential Revision: https://reviews.llvm.org/D115554
More information about the All-commits
mailing list