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

2022-09-01 Thread Kevin Athey via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG0b509f2d1a19: [MSAN] removing redundant tests and parameters (NFC) (authored by kda). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST

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

2022-09-01 Thread Vitaly Buka via Phabricator via cfe-commits
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

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

2022-09-01 Thread Kevin Athey via Phabricator via cfe-commits
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 +//