OpenMPToolsInterface / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
2 stars 4 forks source link

Fixing API's return code to be valid asper std doc #39

Closed vigbalu closed 3 years ago

vigbalu commented 3 years ago

1, "ompd_initialize" should be called with valid OMPD "version", as of now supported libompd version is "201811(OMPD_VERSION)" 2, Other minor changes to check sanity for arguments to return proper return code.