[PATCH] D63167: [Clang] Remove obsolete -enable-split-dwarf={single,split}
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 14:12:28 PDT 2019
aaronpuchert created this revision.
aaronpuchert added reviewers: dblaikie, echristo.
aaronpuchert added a project: clang.
Herald added a subscriber: aprantl.
The changes in D59673 <https://reviews.llvm.org/D59673> make the choice redundant, since we can achieve
single-file split DWARF just by not setting an output file name.
This behavior can also be observed with llc.
Repository:
rC Clang
https://reviews.llvm.org/D63167
Files:
include/clang/Basic/CodeGenOptions.def
include/clang/Basic/CodeGenOptions.h
include/clang/Driver/CC1Options.td
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/split-debug-single-file.c
test/Driver/split-debug.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63167.204162.patch
Type: text/x-patch
Size: 7801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190611/9990d3a5/attachment.bin>
More information about the cfe-commits
mailing list