File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ def warn_option_invalid_ocl_version : Warning<
238
238
"OpenCL version %0 does not support the option '%1'">, InGroup<Deprecated>;
239
239
240
240
def warn_stdlibcxx_not_found : Warning<
241
- "include path for stdlibc++ headers not found; pass '-std =libc++' on the "
241
+ "include path for stdlibc++ headers not found; pass '-stdlib =libc++' on the "
242
242
"command line to use the libc++ standard library instead">,
243
243
InGroup<DiagGroup<"stdlibcxx-not-found">>;
244
244
}
Original file line number Diff line number Diff line change 1
1
// RUN: %clang -cc1 -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist %s 2>&1 | FileCheck %s
2
2
// RUN: %clang -cc1 -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist -stdlib=libc++ %s -verify
3
- // CHECK: include path for stdlibc++ headers not found; pass '-std =libc++' on the command line to use the libc++ standard library instead
3
+ // CHECK: include path for stdlibc++ headers not found; pass '-stdlib =libc++' on the command line to use the libc++ standard library instead
4
4
5
5
// expected-no-diagnostics
You can’t perform that action at this time.
0 commit comments