Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / stack-overflow-with-asan.test
blob7253b445f129052224cae4b1024710637c8b4b47
1 # Test fail on device (rdar://99981102)
2 XFAIL: tvos && !tvossim
4 CHECK: AddressSanitizer: stack-overflow
5 RUN: %cpp_compiler %S/StackOverflowTest.cpp -o %t-StackOverflowTest
6 RUN: not %run %t-StackOverflowTest 2>&1 | FileCheck %s