[Openmp-commits] [openmp] [OpenMP] Add OpenMP extension API to dump mapping tables (PR #85381)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 18 08:53:19 PDT 2024
================
@@ -273,6 +273,7 @@ struct __tgt_target_non_contig {
extern "C" {
#endif
+void ompx_dump_mapping_tables();
----------------
jhuber6 wrote:
```suggestion
void ompx_dump_mapping_tables(void);
```
Nit. It doesn't matter here since we only use this from C++, but since the ones below use it I suppose it keeps it consistent?
https://github.com/llvm/llvm-project/pull/85381
More information about the Openmp-commits
mailing list