jsji added a comment.
Herald added a subscriber: wuzish.
NOTE that https://reviews.llvm.org/D79445 has committed a similar fix and fixed
most of the failures.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77249/new/
https://reviews.llvm.org/D77249
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 && \
vitalybuka wrote:
> r
vitalybuka added inline comments.
Comment at: clang/lib/CodeGen/BackendUtil.cpp:1232
PB.registerScalarOptimizerLateEPCallback(
[](FunctionPassManager &FPM, PassBuilder::OptimizationLevel Level)
{
FPM.addPass(BoundsCheckingPass());
---
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 && \
rnk wrote:
> leonardc
rnk 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 && \
leonardchan wrote:
> nemanja
leonardchan 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 && \
nemanjai wrote:
> ne
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: s
nemanjai marked an inline comment as done.
nemanjai 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 &&
nemanjai marked an inline comment as done.
nemanjai 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 &&
nemanjai created this revision.
nemanjai added reviewers: eugenis, vitalybuka, philip.pfaffe, leonardchan,
PowerPC.
Herald added projects: clang, Sanitizers.
Herald added subscribers: Sanitizers, cfe-commits.
There are a number of test cases that fail when clang is built to use NPM by
default. T
10 matches
Mail list logo