summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/nozlibcompress.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two waysPaul Robinson2019-05-101-1/+1
| | | | | | to say the same thing. llvm-svn: 360452
* test: fix negative test caseSaleem Abdulrasool2017-06-231-2/+2
| | | | | | | | Add missing -### to the driver to ensure that we dont try to run the actual command. The host may not support the IAS. Should fix the SCEI buildbots. llvm-svn: 306123
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-4/+5
| | | | | | | | | | | | | | | | | | | | | | | Restore the `-gz` option to the driver with some minor tweaks to handle the additional case for `-Wa,--compress-debug-sections`. This intends to make the compression of the debug information controllable from the driver. The following is the behaviour: -gz enable compression (ambiguous for format, will default to zlib-gnu) -gz=none disable compression -gz=zlib-gnu enable compression (deprecated GNU style zlib compression) -gz=zlib enable compression (zlib based compression) Although -Wa,-compress-debug-sections works, it should be discouraged when using the driver to invoke the assembler. However, we permit the assembler to accept the GNU as style argument --compress-debug-sections to maintain compatibility. Note, -gz/-gz= does *NOT* imply -g. That is, you need to additionally specific -g for debug information to be generated. llvm-svn: 306115
* Revert r305164/5/7.Daniel Jasper2017-06-121-5/+4
| | | | | | | | | | | | | | cc1as does not currently access the "--" version of this flag. At the very least this needs to be fixed and proper test cases need to be added. Simple reproducer: clang -Wa,--compress-debug-sections /tmp/test.cc Result: error: unknown argument: '--compress-debug-sections' llvm-svn: 305182
* test: attempt to repair build botsSaleem Abdulrasool2017-06-111-4/+5
| | | | | | | Split the no-ias tests and give them a target to ensure that they go down the GNU toolchain path. Adjust the no compression support tests. llvm-svn: 305167
* Make nozlibcompress.c pass and reenable it.Nico Weber2016-02-071-5/+1
| | | | llvm-svn: 260058
* Disable failing nozlibcompress.cNico Weber2016-02-071-0/+4
| | | | | | | This test hasn't been running after it was added until r259976 made "REQUIRES: nozlib" work, and now that the test runs it fails. llvm-svn: 260056
* Fix up compression related test casesDavid Blaikie2014-04-011-0/+6
Fallout from r205261, ensure it doesn't matter how we disable compressed debug info, even if zlib is missing and that we warn when we don't have zlib and don't warn when we do, all while silently suppressing these tests on the systems they weren't intended for... llvm-svn: 205271
OpenPOWER on IntegriCloud