[PATCH] D117622: [MSAN] removing redundant tests and parameters (NFC)
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 1 13:09:58 PDT 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
----------------
kda wrote:
> vitalybuka wrote:
> > this one is LGTM, but better to do in a separate patch.
> Does it fit in a general clean-up CL?
yes
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