2 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules \
3 // RUN: -fimplicit-module-maps -F %S/Inputs/GNUAsm %s \
4 // RUN: -I %S/Inputs/GNUAsm \
5 // RUN: -fno-gnu-inline-asm -DNO_ASM_INLINE -verify
7 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules \
8 // RUN: -fimplicit-module-maps -F %S/Inputs/GNUAsm %s \
9 // RUN: -DASM_INLINE -verify
12 // expected-error@NeedsGNUInlineAsm.framework/Modules/module.modulemap:4 {{module 'NeedsGNUInlineAsm.Asm' requires feature 'gnuinlineasm'}}
13 @import NeedsGNUInlineAsm.Asm; // expected-note {{module imported here}}
17 @import NeedsGNUInlineAsm.Asm; // expected-no-diagnostics