2016-10-12 02:31:45 +08:00
|
|
|
// REQUIRES: x86-registered-target
|
|
|
|
|
2016-10-12 02:38:33 +08:00
|
|
|
// RUN: %clang -target x86_64-apple-darwin -fsyntax-only -isysroot /FOO %s 2>&1 | FileCheck --check-prefix=CHECK-SHOW-OPTION-NAMES %s
|
2016-10-12 02:21:26 +08:00
|
|
|
// CHECK-SHOW-OPTION-NAMES: warning: no such sysroot directory: '{{([A-Za-z]:.*)?}}/FOO' [-Wmissing-sysroot]
|
|
|
|
|
2016-10-12 02:38:33 +08:00
|
|
|
// RUN: %clang -target x86_64-apple-darwin -fsyntax-only -fno-diagnostics-show-option -isysroot /FOO %s 2>&1 | FileCheck --check-prefix=CHECK-NO-SHOW-OPTION-NAMES %s
|
2016-10-12 02:21:26 +08:00
|
|
|
// CHECK-NO-SHOW-OPTION-NAMES: warning: no such sysroot directory: '{{([A-Za-z]:.*)?}}/FOO'{{$}}
|