[PATCH] D77249: [MSan] Pass command line options to MSan with new pass manager
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 1 18:32:33 PDT 2020
vitalybuka added inline comments.
================
Comment at: compiler-rt/test/msan/chained_origin_empty_stack_npm.cpp:4
+// this test.
+// RUN: %clangxx_msan -fsanitize-memory-track-origins=2 \
+// RUN: -fexperimental-new-pass-manager -O3 %s -o %t && \
----------------
Why not to add RUN: section with -fexperimental-new-pass-manager into original tests?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77249/new/
https://reviews.llvm.org/D77249
More information about the cfe-commits
mailing list