Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests after rC357150 | Fangrui Song | 2019-03-28 | 1 | -1/+1 |
| | | | | llvm-svn: 357151 | ||||
* | [DEBUG_INFO] Fix tests, NFC. | Alexey Bataev | 2018-07-27 | 1 | -0/+1 |
| | | | | llvm-svn: 338158 | ||||
* | [DEBUGINFO] Disable unsupported debug info options for NVPTX target. | Alexey Bataev | 2018-07-27 | 1 | -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 |