Mercurial > hg > CbC > CbC_llvm
view clang/test/PCH/headermap.m @ 180:680fa57a2f20
fix compile errors.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 30 May 2020 17:44:06 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
// 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"