annotate clang/test/Modules/system-out-of-date-test.m @ 266:00f31e85ec16 default tip

Added tag current for changeset 31d058e83c98
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 14 Oct 2023 10:13:55 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // RUN: rm -rf %t.cache
anatofuz
parents:
diff changeset
2 // RUN: echo '@import X;' | \
anatofuz
parents:
diff changeset
3 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps \
anatofuz
parents:
diff changeset
4 // RUN: -fmodules-cache-path=%t.cache -I%S/Inputs/system-out-of-date \
anatofuz
parents:
diff changeset
5 // RUN: -fsyntax-only -x objective-c -
anatofuz
parents:
diff changeset
6 //
anatofuz
parents:
diff changeset
7 // Build something with different diagnostic options.
anatofuz
parents:
diff changeset
8 // RUN: %clang_cc1 -fmodules -fimplicit-module-maps \
anatofuz
parents:
diff changeset
9 // RUN: -fmodules-cache-path=%t.cache -I%S/Inputs/system-out-of-date \
anatofuz
parents:
diff changeset
10 // RUN: -fsyntax-only %s -Wnon-modular-include-in-framework-module \
anatofuz
parents:
diff changeset
11 // RUN: -Werror=non-modular-include-in-framework-module 2>&1 \
anatofuz
parents:
diff changeset
12 // RUN: | FileCheck %s
anatofuz
parents:
diff changeset
13 @import X;
anatofuz
parents:
diff changeset
14
anatofuz
parents:
diff changeset
15 #import <Z.h>
anatofuz
parents:
diff changeset
16 // CHECK: While building module 'Z' imported from
anatofuz
parents:
diff changeset
17 // CHECK: {{.*}}Y-{{.*}}pcm' was validated as a system module and is now being imported as a non-system module