[PATCH] D27955: Make CodeGenCXX/arm-swiftcall.cpp tolerate C++11
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 19 15:42:38 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL290145: Make another test insensitive to the default C++ dialect. (authored by probinson).
Changed prior to commit:
https://reviews.llvm.org/D27955?vs=82021&id=82028#toc
Repository:
rL LLVM
https://reviews.llvm.org/D27955
Files:
cfe/trunk/test/CodeGenCXX/arm-swiftcall.cpp
Index: cfe/trunk/test/CodeGenCXX/arm-swiftcall.cpp
===================================================================
--- cfe/trunk/test/CodeGenCXX/arm-swiftcall.cpp
+++ cfe/trunk/test/CodeGenCXX/arm-swiftcall.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -o - %s -Wno-return-type-c-linkage | FileCheck %s
+// RUN: %clang_cc1 -triple armv7-apple-darwin9 -emit-llvm -o - %s -Wno-return-type-c-linkage -std=c++03 | FileCheck %s -check-prefixes=CHECK
// This isn't really testing anything ARM-specific; it's just a convenient
// 32-bit platform.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27955.82028.patch
Type: text/x-patch
Size: 581 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161219/2fd76ac1/attachment.bin>
More information about the cfe-commits
mailing list