[Openmp-commits] [PATCH] D95466: [OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs`
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jan 27 11:58:48 PST 2021
tianshilei1992 added a comment.
In D95466#2526059 <https://reviews.llvm.org/D95466#2526059>, @kparzysz wrote:
> Aside from potentially disabling this build, I actually have multilib installed:
>
> ii gcc-7-multilib 7.5.0-3ubuntu1~18.04 amd64 GNU C compiler (multilib support)
> ii gcc-multilib 4:7.4.0-1ubuntu2.3 amd64 GNU C compiler (multilib files)
>
> Is there something missing in the cmake files that should make use of it?
Hmm, I installed both `gcc-multilib` and `g++-multilib`, but here we actually only includes C header.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95466/new/
https://reviews.llvm.org/D95466
More information about the Openmp-commits
mailing list