Hello, I have a question on API version formatting. I have been looking at the get_api_version() and get_api_version_string() documentation: https://www.openmp.org/spec-html/5.0/openmpsu213.html#x269-17920005.5.1.2 I also saw how LLVM implements it using macro to store the information: https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/3b6c06e354ef1e59da22778a9033d87ed0e3b19d/libompd/src/omp-debug.h#L22-L28 These values are then used here: https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/3b6c06e354ef1e59da22778a9033d87ed0e3b19d/libompd/src/omp-debug.cpp#L1344-L1358
I could not, however, find any supporting documentation to refer to, and I wanted to know how we should go about formatting this or if LLVM's formatting convention is acceptable. Cheers, Tony Sim
