[PATCH] D63130: [Clang] Rename -split-dwarf-file to -split-dwarf-output
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 11 04:19:09 PDT 2019
aaronpuchert created this revision.
aaronpuchert added reviewers: dblaikie, echristo.
Herald added subscribers: dexonsmith, steven_wu, aprantl, mehdi_amini.
Herald added a project: clang.
This is the first in a series of changes trying to align clang -cc1
flags for Split DWARF with those of llc. The unfortunate side effect of
having -split-dwarf-output for single file Split DWARF will disappear
again in a subsequent change.
The change is the result of a discussion in D59673 <https://reviews.llvm.org/D59673>.
Repository:
rC Clang
https://reviews.llvm.org/D63130
Files:
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-filename.c
test/CodeGen/split-debug-single-file.c
test/CodeGen/thinlto-split-dwarf.c
test/Driver/fuchsia.c
test/Driver/split-debug.c
test/Driver/split-debug.s
test/Misc/cc1as-split-dwarf.s
test/Modules/pch_container.m
tools/driver/cc1as_main.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63130.204010.patch
Type: text/x-patch
Size: 16360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190611/43c63172/attachment-0001.bin>
More information about the cfe-commits
mailing list