summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/gmlt-no-split-dwarf-inlining-empty.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix r353771 to target linux only (split-dwarf isn't supported on macho)David Blaikie2019-02-121-0/+2
| | | | llvm-svn: 353785
* DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit ↵David Blaikie2019-02-121-0/+28
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
OpenPOWER on IntegriCloud