]> granicus.if.org Git - clang/commitdiff
Revert r369843 "[Testing] Unbreak r369830"
authorVitaly Buka <vitalybuka@google.com>
Mon, 26 Aug 2019 21:29:06 +0000 (21:29 +0000)
committerVitaly Buka <vitalybuka@google.com>
Mon, 26 Aug 2019 21:29:06 +0000 (21:29 +0000)
That was not the fix.

This reverts commit 8bcf690ae03db85608b2ea22eac7a91c84df4dc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369971 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/lifetime-sanitizer.cpp

index a69809716249d5efdc07b56e60bd3224e60d6bf8..8b6cb7dcc053a9f24157828d22c8b77420737633 100644 (file)
@@ -3,7 +3,6 @@
 // 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);