[PATCH] D103930: [clang][HeaderSearch] Fix implicit module when using header maps
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 17 08:05:43 PDT 2021
jansvoboda11 added a comment.
I don't have any comments regarding header maps.
================
Comment at: clang/test/Modules/implicit-module-header-maps.cpp:17
+//
+// RUN: sed -e "s:OUTPUTS_DIR:%t:g" %S/Inputs/implicit-module-header-maps/b.hmap.json > %t/hmap.json
+// RUN: %hmaptool write %t/hmap.json %t/hmap
----------------
The Windows CI is failing here, you should use a separator in `sed` that can't appear in `%t`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103930/new/
https://reviews.llvm.org/D103930
More information about the cfe-commits
mailing list