
This is still super ugly, but at least it doesn't require working directories to just line up perfectly for python to find the tool. llvm-svn: 335330
11 lines
289 B
C
11 lines
289 B
C
// RUN: rm -f %t.hmap
|
|
// RUN: %hmaptool write %S/Inputs/headermap-rel/foo.hmap.json %t.hmap
|
|
// RUN: %clang_cc1 -E %s -o %t.i -I %t.hmap -F %S/Inputs/headermap-rel
|
|
// RUN: FileCheck %s -input-file %t.i
|
|
|
|
// CHECK: Foo.h is parsed
|
|
// CHECK: Foo.h is parsed
|
|
|
|
#include "Foo.h"
|
|
#include "Foo.h"
|