summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/cc1as-split-dwarf.s
Commit message (Collapse)AuthorAgeFilesLines
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-1/+1
| | | | | | | | | | | | | | | | | | Summary: This is the first in a series of changes trying to align clang -cc1 flags for Split DWARF with those of llc. The unfortunate side effect of having -split-dwarf-output for single file Split DWARF will disappear again in a subsequent change. The change is the result of a discussion in D59673. Reviewers: dblaikie, echristo Reviewed By: dblaikie Differential Revision: https://reviews.llvm.org/D63130 llvm-svn: 363494
* Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ↵Peter Collingbourne2018-05-221-0/+26
| | | | | | | | | clang." As well as two follow-on commits r332906, r332911 with a fix for test clang/test/CodeGen/split-debug-filename.c. llvm-svn: 333013
* Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson2018-05-221-25/+0
| | | | | | This reverts commit r332885 as it broke several greendragon buildbots. llvm-svn: 332973
* Revert "Add missing x86-registered-target."Amara Emerson2018-05-221-1/+0
| | | | | | This reverts commit r332911, as a dependency to revert r332885. llvm-svn: 332971
* Add missing x86-registered-target.Peter Collingbourne2018-05-211-0/+1
| | | | llvm-svn: 332911
* CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne2018-05-211-0/+25
Fixes PR37466. Differential Revision: https://reviews.llvm.org/D47093 llvm-svn: 332885
OpenPOWER on IntegriCloud