summaryrefslogtreecommitdiffstats
path: root/test/PCH/headermap.m
blob: 6ba83d7cf741e2d5ec53a245eae4f766a372a125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// RUN: touch %t.hmap

// RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h
// RUN: %clang_cc1 -include-pch %t.h.pch %s

// RUN: %clang_cc1 -x objective-c -emit-pch -o %t.h.pch %S/headermap.h
// RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s

// RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h
// RUN: %clang_cc1 -include-pch %t.h.pch %s

// RUN: %clang_cc1 -x objective-c -I%t.hmap -emit-pch -o %t.h.pch %S/headermap.h
// RUN: %clang_cc1 -include-pch %t.h.pch -I%t.hmap %s
#import "headermap.h"