[PATCH] D47093: CodeGen, Driver: Start using direct split dwarf emission in clang.

2018-05-21 Thread Peter Collingbourne via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC332885: CodeGen, Driver: Start using direct split dwarf emission in clang. (authored by pcc, committed by ). Changed prior to commit: https://reviews.llvm.org/D47093?vs=147609=147858#toc Repository:

[PATCH] D47093: CodeGen, Driver: Start using direct split dwarf emission in clang.

2018-05-18 Thread Peter Collingbourne via Phabricator via cfe-commits
pcc created this revision. pcc added reviewers: dblaikie, echristo. Herald added a subscriber: JDevlieghere. Fixes PR37466. Depends on https://reviews.llvm.org/D47091 https://reviews.llvm.org/D47093 Files: clang/include/clang/Driver/CC1Options.td clang/lib/CodeGen/BackendUtil.cpp