CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to...
authorPeter Collingbourne <peter@pcc.me.uk>
Mon, 21 May 2018 20:16:41 +0000 (20:16 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Mon, 21 May 2018 20:16:41 +0000 (20:16 +0000)
commit9a45114b3cf80a2ffc6b86275da82d3ed91e081b
treeb8bb197005a82e83c2073d3f058eefd7a401a8ba
parent9b2df56c596b4929938c44e0eb3c54d89d2ba466
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to dwo output.

Part of PR37466.

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

llvm-svn: 332881
14 files changed:
clang/lib/CodeGen/BackendUtil.cpp
llvm/include/llvm/Target/TargetMachine.h
llvm/lib/CodeGen/LLVMTargetMachine.cpp
llvm/lib/CodeGen/ParallelCG.cpp
llvm/lib/LTO/LTOBackend.cpp
llvm/lib/LTO/ThinLTOCodeGenerator.cpp
llvm/lib/Target/TargetMachineC.cpp
llvm/test/CodeGen/X86/dwarf-headers.ll
llvm/test/CodeGen/X86/dwarf-split-line-1.ll
llvm/test/CodeGen/X86/dwarf-split-line-2.ll
llvm/tools/llc/llc.cpp
llvm/tools/llvm-exegesis/lib/Assembler.cpp
llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
polly/lib/CodeGen/PPCGCodeGeneration.cpp