summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/split-debug.c
Commit message (Collapse)AuthorAgeFilesLines
* If we're splitting the dwarf for fission and don't want to use theEric Christopher2013-06-051-0/+10
| | | | | | | | | | integrated assembler then go ahead and still split the dwarf anyhow. Add two tests, one to exercise existing behavior of not splitting when we're just emitting assembly files and the other to test that we split when we're not in integrated as mode. llvm-svn: 183355
* Split out the command handling for split debug info, we're goingEric Christopher2013-02-221-0/+5
| | | | | | | | | to want to propagate some information through the module into the back end and so need to pass it through to codegen. Also make the methods file static so we can use them in other places. llvm-svn: 175916
* Make sure we only use the output file as a base for debug splittingEric Christopher2013-02-221-0/+6
| | | | | | if we're compiling. llvm-svn: 175851
* Don't pass -split-dwarf= to the backend unless we're on linux forEric Christopher2013-02-211-0/+4
| | | | | | now. llvm-svn: 175814
* Remove the SplitDebug action and replace with a set of commandsEric Christopher2013-02-211-12/+3
| | | | | | | in the compilation setup. Note that this doesn't currently work for -no-integrated-as. llvm-svn: 175813
* Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher2013-02-051-0/+19
the DWARF5 split dwarf proposal. llvm-svn: 174349
OpenPOWER on IntegriCloud