Commit Graph

3 Commits

Author SHA1 Message Date
Fangrui Song aff4efffb3 Fix tests after rC357150
llvm-svn: 357151
2019-03-28 08:41:17 +00:00
Alexey Bataev e1c9feb6e5 [DEBUG_INFO] Fix tests, NFC.
llvm-svn: 338158
2018-07-27 20:16:44 +00:00
Alexey Bataev b83b4e40fe [DEBUGINFO] Disable unsupported debug info options for NVPTX target.
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
2018-07-27 19:45:14 +00:00