[Openmp-commits] [PATCH] D42795: make libomp work on amd64 x32 ABI

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 1 08:56:19 PST 2018


Hahnfeld added reviewers: AndreyChurbanov, jlpeyton.
Hahnfeld added a comment.

Hi, please add context to patches you upload as documented in https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface and format your change with `clang-format` if possible.

Also, I'm not sure how `__ILP32__` can be set if `KMP_ARCH_X86_64` is true. Maybe you need to pass `-DLIBOMP_ARCH=i386` to CMake?


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D42795





More information about the Openmp-commits mailing list