[PATCH] D75323: Support relative dest paths in headermap files

Takuto Ikuta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 28 03:24:42 PST 2020


takuto.ikuta added inline comments.


================
Comment at: clang/test/Headers/headermap_relpath.cpp:8
+
+// RUN: cd %S; %clang_cc1 -I %S/Inputs/empty.hmap %s
+
----------------
generate header map using hmaptool like
https://github.com/llvm/llvm-project/blob/e32ff096858578f526b6d05ab97c8f083f2e1834/clang/test/Preprocessor/include-header-missing-in-framework-with-headermap.c#L2
?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75323/new/

https://reviews.llvm.org/D75323





More information about the cfe-commits mailing list