mirror of https://github.com/microsoft/clang.git
Add -std=c++98 to the test and minor improvment in addition.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172221 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d088a5f966
commit
319437f457
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o - %s -triple x86_64-apple-darwin10 | FileCheck %s
|
||||
// RUN: %clang_cc1 -S -emit-llvm -o %t.ll %s -triple x86_64-apple-darwin10
|
||||
// RUN: %clang_cc1 -std=c++11 -S -emit-llvm -o %t-c++11.ll %s -triple x86_64-apple-darwin10
|
||||
// RUN: FileCheck %s < %t-c++11.ll
|
||||
// RUN: %clang_cc1 -std=c++98 -S -emit-llvm -o %t.ll %s -triple x86_64-apple-darwin10
|
||||
// RUN: diff %t.ll %t-c++11.ll
|
||||
|
||||
// rdar://12897704
|
||||
|
|
Loading…
Reference in New Issue