[PATCH] D117622: cleanups from 1b1c8d83d3567a60280291c0adb95d1d60335509
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 27 16:56:58 PST 2022
vitalybuka added inline comments.
================
Comment at: compiler-rt/test/msan/noundef_analysis.cpp:5
// RUN: FileCheck %s < %t.out
-// RUN: %clangxx_msan %s -disable-noundef-analysis -s -fsanitize-memory-param-retval -o %t && not %run %t >%t.out 2>&1
+// RUN: %clangxx_msan %s -disable-noundef-analysis -fsanitize-memory-param-retval -o %t && not %run %t >%t.out 2>&1
// RUN: FileCheck %s < %t.out
----------------
this one is LGTM, but better to do in a separate patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117622/new/
https://reviews.llvm.org/D117622
More information about the cfe-commits
mailing list