[libcxx-commits] [PATCH] D90178: [SystemZ][ZOS] libcxx - no posix memalign

Zbigniew Sarbinowski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 20 12:18:59 PST 2020


zibi marked an inline comment as done.
zibi added a comment.

My understanding is that we don't want to disable -faligned-allocation since users might provide the required operator new/delete. 
There is another related option -faligned-alloc-unavailable which we made active for z/OS but the library explicit tramps it in cmake configuration. .


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90178/new/

https://reviews.llvm.org/D90178



More information about the libcxx-commits mailing list