summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-05-19 22:37:16 +0000
committerVitaly Buka <vitalybuka@google.com>2017-05-19 22:37:16 +0000
commit8018780d393e3cc0b8cc715ac2f432112bc28874 (patch)
treede52c231189b4125bc320e80cec70f00212a5b83 /compiler-rt/test
parentbf4a869dfb35289b4fa95682fe770e69c25af4b2 (diff)
downloadbcm5719-llvm-8018780d393e3cc0b8cc715ac2f432112bc28874.tar.gz
bcm5719-llvm-8018780d393e3cc0b8cc715ac2f432112bc28874.zip
[compiler-rt] Switch handle_<signal> flags from bool to enum.
Summary: We are going to make it tri-state and remove allow_user_segv_handler. Reviewers: eugenis, alekseys, kcc Subscribers: kubamracek, dberris, llvm-commits Differential Revision: https://reviews.llvm.org/D33159 llvm-svn: 303464
Diffstat (limited to 'compiler-rt/test')
-rw-r--r--compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp
index a7d032acec0..d02ebbd9d8b 100644
--- a/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/asan-sigbus.cpp
@@ -2,7 +2,7 @@
// Defaults to true
// RUN: %clangxx_asan -std=c++11 %s -o %t
// RUN: not %run %t %T/file 2>&1 | FileCheck %s -check-prefix=CHECK-BUS
-// RUN: %env_asan_opts=handle_sigbus=false not --crash %run %t %T/file 2>&1 | FileCheck %s
+// RUN: %env_asan_opts=handle_sigbus=0 not --crash %run %t %T/file 2>&1 | FileCheck %s
// UNSUPPORTED: ios
OpenPOWER on IntegriCloud