[Openmp-commits] [PATCH] D42427: Fix broken OpenMP runtime test cases for Windows
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 23 10:33:20 PST 2018
Hahnfeld added inline comments.
================
Comment at: runtime/src/dllexports:542
+%ifdef OMP_50
+ omp_control_tool 891
+%endif # OMP_50
----------------
hans wrote:
> This one seems unrelated?
No, it's need because all symbols not listed here are hidden when linking the OpenMP runtime library and will result in errors when compiling the test that uses the symbol.
https://reviews.llvm.org/D42427
More information about the Openmp-commits
mailing list