[Openmp-commits] [PATCH] D108534: [OpenMP][Docs] add clang to LLVM_ENABLE_PROJECTS in build instructions

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 23 11:49:55 PDT 2021


JonChesterfield added a comment.

cmake failing to find pthread seems bad. That it finds it for projects and not for runtimes suggests that the clang built under runtimes can't find pthread.

@jdoerfert do you think detecting the non-runtimes build and skipping the offloading libraries would be reasonable? Perhaps with a cmake override for the determined


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108534/new/

https://reviews.llvm.org/D108534



More information about the Openmp-commits mailing list