]> granicus.if.org Git - clang/commitdiff
[Testing] Unbreak r369830
authorDavid Zarzycki <dave@znu.io>
Sat, 24 Aug 2019 08:12:51 +0000 (08:12 +0000)
committerDavid Zarzycki <dave@znu.io>
Sat, 24 Aug 2019 08:12:51 +0000 (08:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369843 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/lifetime-sanitizer.cpp

index 8b6cb7dcc053a9f24157828d22c8b77420737633..a69809716249d5efdc07b56e60bd3224e60d6bf8 100644 (file)
@@ -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);