[LV] Add test showing debug output for loops with uncountable BTCs.
[llvm-project.git] / clang / test / Modules / dependency-gen.m
blobcdf170238d6f6779a7eb3027c6fbd748cf10fe70
1 // RUN: rm -rf %t-mcp
2 // RUN: mkdir -p %t-mcp
4 // RUN: %clang_cc1 -x objective-c -isystem %S/Inputs/System/usr/include -dependency-file %t.d.1 -MT %s.o -I %S/Inputs -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp %s
5 // RUN: FileCheck %s < %t.d.1
6 // CHECK: dependency-gen.m
7 // CHECK: Inputs{{.}}module.modulemap
8 // CHECK: Inputs{{.}}diamond_top.h
9 // CHECK-NOT: usr{{.}}include{{.}}module.modulemap
10 // CHECK-NOT: stdint.h
13 // RUN: %clang_cc1 -x objective-c -isystem %S/Inputs/System/usr/include -dependency-file %t.d.2 -MT %s.o -I %S/Inputs -sys-header-deps -fsyntax-only -fmodules -fimplicit-module-maps -fmodules-cache-path=%t-mcp %s
14 // RUN: FileCheck %s -check-prefix=CHECK-SYS < %t.d.2
15 // CHECK-SYS: dependency-gen.m
16 // CHECK-SYS: Inputs{{.}}module.modulemap
17 // CHECK-SYS: Inputs{{.}}diamond_top.h
18 // CHECK-SYS: usr{{.}}include{{.}}module.modulemap
19 // CHECK-SYS: stdint.h
21 #import "diamond_top.h"
22 #import "stdint.h" // inside sysroot