[PATCH] D112474: [NFC][Docs] Add missing Doxygen group comments for LLVM-C

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 22:05:43 PDT 2021


lhames accepted this revision.
lhames added a comment.
This revision is now accepted and ready to land.

This is a nice change -- thanks @supergrecko!

>   + Executon Engine LLJIT (LLJIT.h)
>   + On-Request-Compilation (Orc.h)
>   + ORC Execution (OrcEE.h)

These should be changed to just "LLJIT (LLJIT.h)" and "ExecutionEngine-based ORC Utils (OrcEE.h)".

Otherwise LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112474



More information about the llvm-commits mailing list