[PATCH] D137526: [C++20] [Modules] [NFC] Add Preprocessor methods for named modules - for ClangScanDeps (1/4)

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 14 02:57:30 PST 2023


nikic added a comment.

It looks like this causes a minor compile-time regression (about 0.2% on `O0` builds): http://llvm-compile-time-tracker.com/compare.php?from=ad81d019a62d33e5d1f232844b83d3e164e4b160&to=6470706bc0ed2425704bc8c9e121a72e2d272616&stat=instructions:u

I wanted to check whether this is expected (as I don't think CTMark even compiles anything in C++20 mode).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137526



More information about the cfe-commits mailing list