summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PeepholeOptimizer.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2019-02-12 00:00:38 +0000
committerDavid Blaikie <dblaikie@gmail.com>2019-02-12 00:00:38 +0000
commit104dcb348f3b6b00fb4b3c932e32bc2a0386adc7 (patch)
tree88d9f4f7c5a62d74e3b586d4d612b9595aa33fb5 /llvm/lib/CodeGen/PeepholeOptimizer.cpp
parent6a3862e3c29e6981d2c39ec563ac1a52be3309c6 (diff)
downloadbcm5719-llvm-104dcb348f3b6b00fb4b3c932e32bc2a0386adc7.tar.gz
bcm5719-llvm-104dcb348f3b6b00fb4b3c932e32bc2a0386adc7.zip
DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anything to the .dwo file
This configuration (due to r349207) was intended not to emit any DWO CU, but a degenerate CU was still being emitted - containing a header and a DW_TAG_compile_unit with no attributes. Under that situation, emit nothing to the .dwo file. (since this is a dynamic property of the input the .dwo file is still emitted, just with nothing in it (so a valid, but empty, ELF file) - if some other CU didn't satisfy this criteria, its DWO CU would still go there, etc) llvm-svn: 353771
Diffstat (limited to 'llvm/lib/CodeGen/PeepholeOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud