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

Simon Que via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 1 18:40:59 PST 2020


sque marked an inline comment as done.
sque added inline comments.


================
Comment at: clang/test/Headers/headermap_relpath.cpp:8
+
+// RUN: cd %S; %clang_cc1 -I %S/Inputs/empty.hmap %s
+
----------------
takuto.ikuta wrote:
> 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
> ?
OK. Should this test also be moved to under clang/test/Preprocessor?


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

https://reviews.llvm.org/D75323





More information about the cfe-commits mailing list