diff options
author | Vitaly Buka <vitalybuka@google.com> | 2019-08-26 21:29:06 +0000 |
---|---|---|
committer | Vitaly Buka <vitalybuka@google.com> | 2019-08-26 21:29:06 +0000 |
commit | ba3d40a14580a1f5cfc92739eb030f96636cecd1 (patch) | |
tree | c7da1876a5a47341c8a6578b4c1990d06abfa508 | |
parent | 5e777e1ed2889953153c02caa2fbf2b1979dc21f (diff) | |
download | bcm5719-llvm-ba3d40a14580a1f5cfc92739eb030f96636cecd1.tar.gz bcm5719-llvm-ba3d40a14580a1f5cfc92739eb030f96636cecd1.zip |
Revert r369843 "[Testing] Unbreak r369830"
That was not the fix.
This reverts commit 8bcf690ae03db85608b2ea22eac7a91c84df4dc.
llvm-svn: 369971
-rw-r--r-- | clang/test/CodeGenCXX/lifetime-sanitizer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/lifetime-sanitizer.cpp b/clang/test/CodeGenCXX/lifetime-sanitizer.cpp index a6980971624..8b6cb7dcc05 100644 --- a/clang/test/CodeGenCXX/lifetime-sanitizer.cpp +++ b/clang/test/CodeGenCXX/lifetime-sanitizer.cpp @@ -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); |