diff options
author | Paul Robinson <paul.robinson@sony.com> | 2016-12-19 17:58:09 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2016-12-19 17:58:09 +0000 |
commit | 514e743b06bbd748d11031717f84915021f659a2 (patch) | |
tree | 573e8023d8ddf1470313f64372ca685c5c10c70d /clang/test/CodeGenCXX/stack-reuse-miscompile.cpp | |
parent | 1187cbd20fe3f08345321820476511828f5c7b34 (diff) | |
download | bcm5719-llvm-514e743b06bbd748d11031717f84915021f659a2.tar.gz bcm5719-llvm-514e743b06bbd748d11031717f84915021f659a2.zip |
Make a few OpenMP tests "C++11 clean."
Reviewed by abataev (in D27794)
llvm-svn: 290120
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 63d15fd1e8c..28d12a375bd 100644 --- a/clang/test/CodeGenCXX/stack-reuse-miscompile.cpp +++ b/clang/test/CodeGenCXX/stack-reuse-miscompile.cpp @@ -1,4 +1,4 @@ -// RUN: %clang -S -target armv7l-unknown-linux-gnueabihf -emit-llvm -O1 -mllvm -disable-llvm-optzns -S %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple armv7l-unknown-linux-gnueabihf -emit-llvm -O1 -disable-llvm-optzns -S -std=c++03 %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 |