[all-commits] [llvm/llvm-project] edfc21: [OMPD] Runtime Entry Point functions for OMPD in l...
vigbalu via All-commits
all-commits at lists.llvm.org
Tue Feb 6 01:12:59 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: edfc21a5759e9f5f5025885da9b0b879204aff22
https://github.com/llvm/llvm-project/commit/edfc21a5759e9f5f5025885da9b0b879204aff22
Author: vigbalu <70995650+vigbalu at users.noreply.github.com>
Date: 2024-02-06 (Tue, 06 Feb 2024)
Changed paths:
M openmp/runtime/src/include/omp-tools.h.var
Log Message:
-----------
[OMPD] Runtime Entry Point functions for OMPD in libomp.so need C linkage as per standard. (#79246)
Adding extern "C" to all the entry point functions to make sure that
these functions are not mangled.
More information about the All-commits
mailing list