Rearrange the function declaration in lto.h so they falls in the correct
grouping.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
I am not very familiar with the C API, but wondering if they belong in the ThinLTO group which is where they move with this patch? What determines the correct group?
Sorry, should be clear that this is for doxygen documents. See @defgroup @ingroup from the comments. Those functions where in the Caching APIs group.
I don't see LLVM website is generating documents based on groups but still good to get it correct.
Just want to clean this up because I am planning to add some new APIs.
I get why they don't belong in the caching section, but now they are in the ThinLTO-specific section (LLVMCTLTO). Should they be in the earlier LLVMCLTO section which seems to include more of the generic LTO interfaces?
- [LTO][Legacy] Add new C inferface to query libcall functions
Update to put the functions in the correct group.