[PATCH] D67253: clang-misexpect: a standalone tool for verifying the use of __builtin_expect with PGO data

Roman Lebedev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 15 01:08:17 PDT 2019


lebedev.ri added a comment.

Layering feels weird here.
Can this be implemented as/limited to just a
`run-clang-misexpect.py` wrapper over clang itself?
That would be best IMHO.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67253





More information about the cfe-commits mailing list