[Bug 234050] devel/cmake: find_package(OpenMP) doesn't find the openmp package (when clang from devel/llvm70 is used)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 10 15:28:47 GMT 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234050

--- Comment #7 from Adriaan de Groot <adridg at freebsd.org> ---
The changes posted in PR 223678 don't help at all with clang++70. I notice that
when it links, (e.g. through `make VERBOSE=1`) no openmp flags are passed to
the compiler (linker) at all. If I copy the command used and insert `-fopenmp`,
then the final link step completes properly. So with clang++70, **something**
eats the flags which doesn't happen with base clang (it also happens with
clang++60, for instance).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the kde-freebsd mailing list