Skip to content

Commit 3a126e0

Browse files
committed
fix formatting
1 parent a4e25d6 commit 3a126e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/ToolChains/AMDGPU.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ class LLVM_LIBRARY_VISIBILITY ROCMToolChain : public AMDGPUToolChain {
162162
auto &Diags = getDriver().getDiags();
163163
for (auto *A : Args.filtered(options::OPT_fsanitize_EQ)) {
164164
for (const char *Value : A->getValues()) {
165-
SanitizerMask K =
166-
parseSanitizerValue(Value, /*Allow Groups*/ false);
165+
SanitizerMask K = parseSanitizerValue(Value, /*Allow Groups*/ false);
167166
if (K != SanitizerKind::Address)
168167
Diags.Report(clang::diag::warn_drv_unsupported_option_for_target)
169168
<< A->getAsString(Args) << getTriple().str();

0 commit comments

Comments
 (0)