diff options
author | David Zarzycki <dave@znu.io> | 2019-08-24 08:12:51 +0000 |
---|---|---|
committer | David Zarzycki <dave@znu.io> | 2019-08-24 08:12:51 +0000 |
commit | 98bcf690ae03db85608b2ea22eac7a91c84df4dc (patch) | |
tree | a534bbccb37ee50c4c1858bbc9d5e142bef3d45e | |
parent | 9cf08c6de1da1174986a8b198134121450832941 (diff) | |
download | bcm5719-llvm-98bcf690ae03db85608b2ea22eac7a91c84df4dc.tar.gz bcm5719-llvm-98bcf690ae03db85608b2ea22eac7a91c84df4dc.zip |
[Testing] Unbreak r369830
llvm-svn: 369843
-rw-r--r-- | clang/test/CodeGenCXX/lifetime-sanitizer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/lifetime-sanitizer.cpp b/clang/test/CodeGenCXX/lifetime-sanitizer.cpp index 8b6cb7dcc05..a6980971624 100644 --- a/clang/test/CodeGenCXX/lifetime-sanitizer.cpp +++ b/clang/test/CodeGenCXX/lifetime-sanitizer.cpp @@ -3,6 +3,7 @@ // RUN: %clang -w -target x86_64-linux-gnu -S -emit-llvm -o - -fno-exceptions -O0 \ // RUN: -fsanitize=address -fsanitize-address-use-after-scope %s | \ // RUN: FileCheck %s -check-prefixes=CHECK,LIFETIME +// REQUIRES: assertions extern int bar(char *A, int n); |