xref: /aosp_15_r20/external/clang/test/Modules/implicit-build-config-out-of-date.m (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li// RUN: rm -rf %t
2*67e74705SXin Li// Use -DA=0 so that there is at least one preprocessor option serialized after the diagnostic options.
3*67e74705SXin Li// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs %s -DA=0 -Rmodule-build -verify
4*67e74705SXin Li// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs %s -DA=0 -Werror -Rmodule-build -verify
5*67e74705SXin Li
6*67e74705SXin Li@import category_top; // expected-remark {{building module}} expected-remark {{finished building}}
7