We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e25d6 commit 3a126e0Copy full SHA for 3a126e0
clang/lib/Driver/ToolChains/AMDGPU.h
@@ -162,8 +162,7 @@ class LLVM_LIBRARY_VISIBILITY ROCMToolChain : public AMDGPUToolChain {
162
auto &Diags = getDriver().getDiags();
163
for (auto *A : Args.filtered(options::OPT_fsanitize_EQ)) {
164
for (const char *Value : A->getValues()) {
165
- SanitizerMask K =
166
- parseSanitizerValue(Value, /*Allow Groups*/ false);
+ SanitizerMask K = parseSanitizerValue(Value, /*Allow Groups*/ false);
167
if (K != SanitizerKind::Address)
168
Diags.Report(clang::diag::warn_drv_unsupported_option_for_target)
169
<< A->getAsString(Args) << getTriple().str();
0 commit comments