OpenMPToolsInterface / LLVM-openmp

This is a stale repository and only there for the commit history. All development moved over to the llvm-project repository! Was: LLVM OpenMP runtime with experimental changes for OMPT (Preview of TR7 features in *_tr branches)
Other
16 stars 13 forks source link

[OMPD] The LLVM OMPD ompd_get_api_version_string() function should be named ompd_get_version_string() #57

Open jdelsign opened 5 years ago

jdelsign commented 5 years ago

The LLVM OMPD ompd_get_api_version_string() function should be named ompd_get_version_string().

The incorrectly named function is here: https://github.com/OpenMPToolsInterface/LLVM-openmp/blob/ompd-devices/libompd/src/omp-debug.cpp#L1346