1 | // RUN: rm -f %t.hmap |
---|---|
2 | // RUN: %hmaptool write %S/Inputs/headermap-rel/foo.hmap.json %t.hmap |
3 | // RUN: %clang_cc1 -E %s -o %t.i -I %t.hmap -F %S/Inputs/headermap-rel |
4 | // RUN: FileCheck %s -input-file %t.i |
5 | |
6 | // CHECK: Foo.h is parsed |
7 | // CHECK: Foo.h is parsed |
8 | |
9 | #include "Foo.h" |
10 | #include "Foo.h" |
11 |