You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
549 B
16 lines
549 B
// 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"
|
|
|