diff options
author | Pavel Labath <labath@google.com> | 2018-04-09 14:38:53 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-04-09 14:38:53 +0000 |
commit | eadfac87480b76f2069e41da9b92fe9f745fac8a (patch) | |
tree | d8b10e583630f313942e9185271305ccaba73e35 /clang/unittests/Tooling/CompilationDatabaseTest.cpp | |
parent | c1d6b5e458ed8d9f21b5548ef10c96dbdab9f476 (diff) | |
download | llvm-eadfac87480b76f2069e41da9b92fe9f745fac8a.zip llvm-eadfac87480b76f2069e41da9b92fe9f745fac8a.tar.gz llvm-eadfac87480b76f2069e41da9b92fe9f745fac8a.tar.bz2 |
[CodeGen/AccelTable] Don't emit zero-CU name indexes
Summary:
If an input DICompileUnit is completely empty (e.g., the result of
running "clang -g" on an empty file), we don't bother emitting an empty
DWARF CU. When we do that, we must make sure we don't also emit a DWARF v5
name index, as DWARF specifies that each index must reference at least
one compilation unit.
Reviewers: JDevlieghere, aprantl, dblaikie
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D45435
llvm-svn: 329575
Diffstat (limited to 'clang/unittests/Tooling/CompilationDatabaseTest.cpp')
0 files changed, 0 insertions, 0 deletions