NNemanja Ivanovic[Debuginfod] Fix shared libs build break after eafa0530417e
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Debuginfod] Fix shared libs build break after eafa0530417e The commit added a dependency on LLVMSymbolize but the CMakeLists.txt file wasn't updated. This doesn't cause issues for static libraries builds but breaks the shared libraries build. This just adds the missing dependency. | 4 年前 | |
[Debuginfod] Add --debug-file-directory to llvm-debuginfod-find. This allows llvm-debuginfod-find to locate binaries in local build ID directories configured via --debug-file-directory, the same flag used for this purpose by llvm-symbolizer. This provides a consistent lookup semantics between the two tools when configured the same way, in particular when debug binaries may be located either locally or remotely. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D125864 | 4 年前 |