[all-commits] [llvm/llvm-project] 52be47: [BOLT][DWARF] Add support to create path (#73884)
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Thu Nov 30 09:41:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52be47b890d371c6033e84adabe03198a1cb9a38
https://github.com/llvm/llvm-project/commit/52be47b890d371c6033e84adabe03198a1cb9a38
Author: Alexander Yermolovich <43973793+ayermolo at users.noreply.github.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M bolt/lib/Rewrite/DWARFRewriter.cpp
M bolt/test/X86/dwarf5-df-output-dir-same-name.test
Log Message:
-----------
[BOLT][DWARF] Add support to create path (#73884)
When option --dwarf-output-path is specified, if the path does not exist
BOLT will now create it. This is what also happens when
--plugin-opt=dwo_dir=<value> is specified to LLD.
More information about the All-commits
mailing list