diff options
author | Paul Robinson <paul.robinson@sony.com> | 2016-12-19 18:00:45 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2016-12-19 18:00:45 +0000 |
commit | 086c90b24a1da2acee9e058e5135a627cee2fe04 (patch) | |
tree | 2287bd94c44ef50b7cb050aabd39fe0622a3dec9 /clang/test/CodeGenCXX/stack-reuse-miscompile.cpp | |
parent | 514e743b06bbd748d11031717f84915021f659a2 (diff) | |
download | bcm5719-llvm-086c90b24a1da2acee9e058e5135a627cee2fe04.tar.gz bcm5719-llvm-086c90b24a1da2acee9e058e5135a627cee2fe04.zip |
Undo accidental comit
llvm-svn: 290121
Diffstat (limited to 'clang/test/CodeGenCXX/stack-reuse-miscompile.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/stack-reuse-miscompile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/stack-reuse-miscompile.cpp b/clang/test/CodeGenCXX/stack-reuse-miscompile.cpp index 28d12a375bd..63d15fd1e8c 100644 --- a/clang/test/CodeGenCXX/stack-reuse-miscompile.cpp +++ b/clang/test/CodeGenCXX/stack-reuse-miscompile.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple armv7l-unknown-linux-gnueabihf -emit-llvm -O1 -disable-llvm-optzns -S -std=c++03 %s -o - | FileCheck %s +// RUN: %clang -S -target armv7l-unknown-linux-gnueabihf -emit-llvm -O1 -mllvm -disable-llvm-optzns -S %s -o - | FileCheck %s // This test should not to generate llvm.lifetime.start/llvm.lifetime.end for // f function because all temporary objects in this function are used for the |