forked from OSchip/llvm-project
Revert "[NFC] Use %clang instead of %clang++ in tests"
This reverts commit 738c20e6df
as a dependency of D120540.
This commit is contained in:
parent
128ffb332b
commit
c84b9bbac1
|
@ -76,11 +76,11 @@ FOO;
|
|||
|
||||
// Check the independent use of -fcxx-modules
|
||||
//
|
||||
// RUN: %clang -fcxx-modules -std=c++17 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-CXX17-MODULES
|
||||
// RUN: %clang++ -fcxx-modules -std=c++17 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-CXX17-MODULES
|
||||
// CHECK-CXX17-MODULES: "-fcxx-modules"
|
||||
// RUN: %clang -fcxx-modules -std=c++14 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-CXX14-MODULES
|
||||
// RUN: %clang++ -fcxx-modules -std=c++14 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-CXX14-MODULES
|
||||
// CHECK-CXX14-MODULES: "-fcxx-modules"
|
||||
// RUN: %clang -fcxx-modules -std=c++11 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-CXX11-MODULES
|
||||
// RUN: %clang++ -fcxx-modules -std=c++11 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-CXX11-MODULES
|
||||
// CHECK-CXX11-MODULES: "-fcxx-modules"
|
||||
// RUN: %clang -fcxx-modules -std=c++03 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-CXX03-MODULES
|
||||
// RUN: %clang++ -fcxx-modules -std=c++03 -### %s 2>&1 | FileCheck %s --check-prefix=CHECK-CXX03-MODULES
|
||||
// CHECK-CXX03-MODULES: "-fcxx-modules"
|
||||
|
|
Loading…
Reference in New Issue