[Openmp-commits] [PATCH] D38185: Implementation of OMPT as specified in OpenMP 5.0 Preview 1
Joachim Protze via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 18 07:15:56 PDT 2017
protze.joachim added inline comments.
================
Comment at: runtime/test/ompt/loadtool/tool.c:1
+// RUN: true
+#include <stdio.h>
----------------
Hahnfeld wrote:
> That's not really a test...
We need the source for the library to be loaded by the other test in this directory (tool_available.c). What is your suggestion for having the code and library available?
We could merge the two files and separate the code by two ifdefs. The test would then compile the same file with two different defines.
https://reviews.llvm.org/D38185
More information about the Openmp-commits
mailing list