[Openmp-commits] [PATCH] D31055: [OpenMP] libomptarget: Disable on MacOS X

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 21 00:18:40 PDT 2017


Hahnfeld accepted this revision.
Hahnfeld added a comment.
This revision is now accepted and ready to land.

I thought the library would just compile fine and that the CUDA plugin should work without ELF support - turns out both don't because the CUDA plugin uses ELF to verify the binary header. This could certainly be solved differently but that's future work if someone is interested.


Repository:
  rL LLVM

https://reviews.llvm.org/D31055





More information about the Openmp-commits mailing list