[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 10:05:19 PST 2018


Hahnfeld added a comment.

In https://reviews.llvm.org/D42795#995027, @The_Bishop wrote:

> `__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.


Ah, now I got you!

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

No problem, we've all been there ;-) I'd guess that `clang-format` would remove the spaces in `|| ( KMP_ARCH_X86_64 && __ILP32__ )`...


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D42795





More information about the Openmp-commits mailing list