summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/warning-stdlibcxx-darwin.cpp
blob: 9f31373be7f8029ee39bfc4f870396126e80372a (plain)
1
2
3
4
5
// 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
// CHECK: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead

// expected-no-diagnostics
OpenPOWER on IntegriCloud