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

Martin Scheffler via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Feb 1 09:09:59 PST 2018


The_Bishop added a comment.

__ILP32__ is set by the compiler when the code is to be compiled for AMD64 in X32 mode. This means that the code generator may use the 64bit features but addresses are 32bit.

I'm not sure about the cmake flag because the X32 mode is neither i386 nor amd64. The proposed patch is still necessary.

I will add more context next time, sorry (my first patch). But i can not see where i violated the clang formatting style.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D42795





More information about the Openmp-commits mailing list