[all-commits] [llvm/llvm-project] fb6b10: [lld] Replace Symbolize.h with DIContext.h in lld'...
Noah Shutty via All-commits
all-commits at lists.llvm.org
Mon Dec 13 14:17:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb6b103daa9077ef0de5c05b2955ecc89ba78c15
https://github.com/llvm/llvm-project/commit/fb6b103daa9077ef0de5c05b2955ecc89ba78c15
Author: Noah Shutty <shutty at google.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M lld/COFF/SymbolTable.cpp
Log Message:
-----------
[lld] Replace Symbolize.h with DIContext.h in lld's COFF lib
lld only needs DIContext.h which it gets through Symbolize.h -> SymbolizableModule.h -> DIContext.h. This replaces it with a direct include of DIContext.h to avoid any confusion and pulling in unnecessary headers.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D115659
More information about the All-commits
mailing list