From 7e0f6436ec9ff9a7638d8fb80346c92f5613e7a5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 May 2019 14:30:21 +0200 Subject: Add note --- build2/cc/compile-rule.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 5752c51..fc8b829 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -3845,6 +3845,10 @@ namespace build2 const path* sp; // Source path. + // @@ MODHDR: If we are reprocessing, then will need module mapper for + // include translation. Hairy... Can't we add support for + // include translation in file mapper? + // bool reprocess (cast_false (t[c_reprocess])); bool ps; // True if extracting from psrc. -- cgit v1.1