blob: 6ba83d7cf741e2d5ec53a245eae4f766a372a125 [file] [log] [blame]
Douglas Gregor12fab312010-03-16 16:35:32 +00001// RUN: touch %t.hmap
2
3// RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h
4// RUN: %clang_cc1 -include-pch %t.h.pch %s
5
6// RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h
7// RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s
8
9// RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h
10// RUN: %clang_cc1 -include-pch %t.h.pch %s
11
12// RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h
13// RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s
14#import "headermap.h"
15