Skip to content

Commit 728ef08

Browse files
committed
PR: Fix style nit
1 parent 1a2db41 commit 728ef08

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/Driver/ToolChains/CommonArgs.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,9 +1382,8 @@ collectSanitizerRuntimes(const ToolChain &TC, const ArgList &Args,
13821382
StaticRuntimes.push_back("asan_cxx");
13831383
}
13841384

1385-
if (!SanArgs.needsSharedRt() && SanArgs.needsRadsanRt()) {
1385+
if (!SanArgs.needsSharedRt() && SanArgs.needsRadsanRt())
13861386
StaticRuntimes.push_back("radsan");
1387-
}
13881387

13891388
if (!SanArgs.needsSharedRt() && SanArgs.needsMemProfRt()) {
13901389
StaticRuntimes.push_back("memprof");

0 commit comments

Comments
 (0)