diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-05-01 14:30:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-05-01 14:30:21 +0200 |
commit | 7e0f6436ec9ff9a7638d8fb80346c92f5613e7a5 (patch) | |
tree | 39587eec5eab08d17148041e5cd5ed5e39df3b4c | |
parent | 59b95b1a7775c4fed4697fbaf5c46c6d8317602f (diff) |
Add note
-rw-r--r-- | build2/cc/compile-rule.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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<bool> (t[c_reprocess])); bool ps; // True if extracting from psrc. |