[all-commits] [llvm/llvm-project] 7d2727: [BOLT][DWARF] Add option to specify DW_AT_comp_dir...
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Thu Jan 25 15:01:04 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d272722fb971d9a8788cf1d75f26b314bca928a
https://github.com/llvm/llvm-project/commit/7d272722fb971d9a8788cf1d75f26b314bca928a
Author: Alexander Yermolovich <43973793+ayermolo at users.noreply.github.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M bolt/lib/Core/BinaryContext.cpp
M bolt/lib/Rewrite/DWARFRewriter.cpp
A bolt/test/X86/dwarf4-override-comp-dir.test
A bolt/test/X86/dwarf5-override-comp-dir.test
Log Message:
-----------
[BOLT][DWARF] Add option to specify DW_AT_comp_dir (#79395)
Added an --comp-dir-override option that overrides DW_AT_comp_dir in the
unit die. This allows for llvm-bolt to be invoked from any category and
still find .dwo files.
More information about the All-commits
mailing list