[all-commits] [llvm/llvm-project] 7209f8: Allow .dSYM's to be directly placed in an alternat...
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Mon Aug 3 13:19:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7209f83112db4dbe15d8328705f9d2aff0624fbd
https://github.com/llvm/llvm-project/commit/7209f83112db4dbe15d8328705f9d2aff0624fbd
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/Driver.cpp
M clang/test/Driver/darwin-dsymutil.c
Log Message:
-----------
Allow .dSYM's to be directly placed in an alternate directory
Once available in the relevant toolchains this will allow us to implement
LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR after D84127 by directly placing the dSYM
in the desired location instead of emitting next to the output file and moving
it.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D84572
More information about the All-commits
mailing list