Open
Description
Compiling some demo code with
clang++ main.cpp -fopenmp -g -fopenmp-targets=amd64-linux-unknown
and checking the linked libraries results in these two entries related to OpenMP:
libomp.so
libomptarget.so.21.0git
The second is using a specific version tag which is quite bad for portability. Is there any good reason why?
The version tested is pretty much the latest commit.