[all-commits] [llvm/llvm-project] 61aef9: Compile MSAN/TSAN failing test with -O1 (#73555)
Eric via All-commits
all-commits at lists.llvm.org
Wed Nov 29 15:01:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61aef978d6ab1553c48bbd9bf807a277b22451c1
https://github.com/llvm/llvm-project/commit/61aef978d6ab1553c48bbd9bf807a277b22451c1
Author: Eric <eric at efcs.ca>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M libcxx/test/std/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp
M libcxx/test/std/numerics/rand/rand.dist/rand.dist.bern/rand.dist.bern.negbin/eval.pass.cpp
Log Message:
-----------
Compile MSAN/TSAN failing test with -O1 (#73555)
This attempts to fix flakes on the bots where the modified test times
out while running under sanitizers.
Turning on the optimizer for just this test appears to mostly fix the
issue.
More information about the All-commits
mailing list