summaryrefslogtreecommitdiff
path: root/test cases/common/184 openmp
AgeCommit message (Collapse)Author
2024-06-26compilers: Add support for OpenMP from homebrew with AppleClangDylan Baker
Which requires injecting some extra paths and the `-Xpreprocess` flag, as well as extra search paths for libomp and the headers. Fixes: #7435
2024-01-17fix openmp dependency for clang-clPeter Urban
- see https://github.com/mesonbuild/meson/issues/5298
2021-04-26Condense test directory names.Jussi Pakkanen