Part of PR37466.
Depends on D47051
Paths
| Differential D47089
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up to dwo output. ClosedPublic Authored by pcc on May 18 2018, 3:06 PM.
Details
Summary Part of PR37466. Depends on D47051
Diff Detail
Event TimelineComment Actions One inline comment for discussion and LGTM. -eric
This revision is now accepted and ready to land.May 20 2018, 9:46 PM
Closed by commit rC332881: CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up… (authored by pcc). · Explain WhyMay 21 2018, 1:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 147598 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
|
I think the general output stream here at all is pretty awkward, but this isn't necessarily making it worse. Any ideas on where/how to clean this particular one up since you're in there right now? :)