summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/alloca_underflow_left.cc
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2016-08-20 17:22:36 +0000
committerVitaly Buka <vitalybuka@google.com>2016-08-20 17:22:36 +0000
commit8176ee9b5dda38504f0048cfe6df95fc13df3ec4 (patch)
treefea744421d82123b90a72a8443be174802456e56 /compiler-rt/test/asan/TestCases/alloca_underflow_left.cc
parent5b4f12176cf14d0c5562c5dbc92e02c7493d5778 (diff)
downloadbcm5719-llvm-8176ee9b5dda38504f0048cfe6df95fc13df3ec4.tar.gz
bcm5719-llvm-8176ee9b5dda38504f0048cfe6df95fc13df3ec4.zip
[asan] Rename asan-instrument-allocas -> asan-instrument-dynamic-allocas
Summary: Depends on D23707. Subscribers: kubabrecka Differential Revision: https://reviews.llvm.org/D23709 llvm-svn: 279377
Diffstat (limited to 'compiler-rt/test/asan/TestCases/alloca_underflow_left.cc')
-rw-r--r--compiler-rt/test/asan/TestCases/alloca_underflow_left.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/alloca_underflow_left.cc b/compiler-rt/test/asan/TestCases/alloca_underflow_left.cc
index 6e7061f7cfe..8720e8cce24 100644
--- a/compiler-rt/test/asan/TestCases/alloca_underflow_left.cc
+++ b/compiler-rt/test/asan/TestCases/alloca_underflow_left.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-allocas %s -o %t
+// RUN: %clangxx_asan -O0 -mllvm -asan-instrument-dynamic-allocas %s -o %t
// RUN: not %run %t 2>&1 | FileCheck %s
//
OpenPOWER on IntegriCloud