[Clang] Rename -split-dwarf-file to -split-dwarf-output
authorAaron Puchert <aaron.puchert@sap.com>
Sat, 15 Jun 2019 14:07:43 +0000 (14:07 +0000)
committerAaron Puchert <aaron.puchert@sap.com>
Sat, 15 Jun 2019 14:07:43 +0000 (14:07 +0000)
commit922759a63d7d8edbc47578b4718a38765093d24e
tree9122cfc2fe8f4450b9e4f27341203b37c006377d
parent83c7b61052bd46fac08a69a8f61ac56eba6d7ffc
[Clang] Rename -split-dwarf-file to -split-dwarf-output

Summary:
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.

Reviewers: dblaikie, echristo

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D63130

llvm-svn: 363494
15 files changed:
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Driver/CC1Options.td
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/split-debug-filename.c
clang/test/CodeGen/split-debug-single-file.c
clang/test/CodeGen/thinlto-split-dwarf.c
clang/test/Driver/fuchsia.c
clang/test/Driver/split-debug.c
clang/test/Driver/split-debug.s
clang/test/Misc/cc1as-split-dwarf.s
clang/test/Modules/pch_container.m
clang/tools/driver/cc1as_main.cpp