projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4eadc
)
[Testing] Unbreak r369830
author
David Zarzycki
<dave@znu.io>
Sat, 24 Aug 2019 08:12:51 +0000
(08:12 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/test/CodeGenCXX/lifetime-sanitizer.cpp
b/test/CodeGenCXX/lifetime-sanitizer.cpp
index 8b6cb7dcc053a9f24157828d22c8b77420737633..a69809716249d5efdc07b56e60bd3224e60d6bf8 100644
(file)
--- a/
test/CodeGenCXX/lifetime-sanitizer.cpp
+++ b/
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);