summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/openmp-unsupported-debug-options.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests after rC357150Fangrui Song2019-03-281-1/+1
| | | | llvm-svn: 357151
* [DEBUG_INFO] Fix tests, NFC.Alexey Bataev2018-07-271-0/+1
| | | | llvm-svn: 338158
* [DEBUGINFO] Disable unsupported debug info options for NVPTX target.Alexey Bataev2018-07-271-0/+21
Summary: Some targets support only default set of the debug options and do not support additional debug options, like NVPTX target. Patch introduced virtual function supportsDebugInfoOptions() that can be overloaded by the toolchain, checks if the target supports some debug options and emits warning when an unsupported debug option is found. Reviewers: echristo Subscribers: aprantl, JDevlieghere, cfe-commits Differential Revision: https://reviews.llvm.org/D49148 llvm-svn: 338155
OpenPOWER on IntegriCloud