16 lines · plain
1// RUN: touch %t.hmap2 3// RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h4// RUN: %clang_cc1 -include-pch %t.h.pch %s5 6// RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h7// RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s8 9// RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h10// RUN: %clang_cc1 -include-pch %t.h.pch %s11 12// RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h13// RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s14#import "headermap.h"15 16