2018-06-20 06:47:53 +08:00
|
|
|
// RUN: %clang -cc1 -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist %s 2>&1 | FileCheck %s
|
|
|
|
// RUN: %clang -cc1 -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist -stdlib=libc++ %s -verify
|
2018-12-07 06:45:58 +08:00
|
|
|
// RUN: %clang -cc1 -x c++-cpp-output -triple arm64-apple-ios6.0.0 -isysroot %S/doesnotexist %s -verify
|
2018-09-08 02:59:45 +08:00
|
|
|
// CHECK: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead
|
2018-06-20 06:47:53 +08:00
|
|
|
|
|
|
|
// expected-no-diagnostics
|