1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Compiler Support
================
The compiler support repository provides various Lightning Compiler related
services. It currently contains one library, the Code Object Manager (Comgr) at
`lib/comgr`.
Code Object Manager
-------------------
The Code Object Manager is a shared library which provides operations for
creating and inspecting code objects. See the documentation in the header file
`lib/comgr/include/amd_comgr.h`
License
-------
All support libraries are licensed under the University of Illinois/NCSA Open
Source License. See [LICENSE.txt](LICENSE.txt).
|