[PATCH] D117622: [MSAN] removing redundant tests and parameters (NFC)

Kevin Athey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 1 13:07:18 PDT 2022


kda added a comment.

Just returning to finish this clean up.



================
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
----------------
vitalybuka wrote:
> this one is LGTM, but better to do in a separate patch.
Does it fit in a general clean-up CL?


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