Currently when building OpenMP along with LLVM, CMake variables for OpenMP (prefix with LIBOMP and LIBOMPTARGET) will not be passed through because by default it uses the prefix of the runtime name, aka OPENMP in this case. This patch fixed this issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo