YouCompleteMe/cpp/llvm/tools/clang/test/PCH/headermap.m
Strahinja Val Markovic 1f51a89d39 Adding more llvm/clang files
These were ignored by git accidentally. We want ALL OF THEM since they all came
in the llvm/clang source distribution.
2012-07-05 17:55:45 -07:00

16 lines
549 B
Objective-C

// 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"