This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
yaxunl marked an inline comment as done.
Closed by commit rGc89433d7fa10: [HIP] Fix diag msg about sanitizer (authored
by yaxunl).
Herald added a project: clang.
Chang
yaxunl marked an inline comment as done.
yaxunl added inline comments.
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:113-114
def warn_drv_unsupported_option_for_offload_arch_req_feature : Warning<
- "ignoring '%0' option as it is not currently supported for "
-
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
Wording nit. LGTM otherwise.
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:113-114
def warn_drv_unsupported_option_for_offload_arch_req_feature : Warning<
- "ign
yaxunl created this revision.
yaxunl added a reviewer: tra.
Herald added subscribers: kerbowa, jvesely.
Herald added a project: All.
yaxunl requested review of this revision.
Fix the misleading diag msg as the option is ignored for a particular offload
arch only.
https://reviews.llvm.org/D12439