[libcxx-commits] [PATCH] D64961: [libcxxabi] Define _LIBCXXABI_GUARD_ABI_ARM on WebAssembly

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 18 19:44:27 PDT 2019


EricWF added a comment.

`ARM` is the correct monacer for this configuration. The spec we're implementing was written by ARM.

Can you elaborate a bit here about why we're choosing to deviate from the Itanium spec for WebAssembly?
Unless there's good reason why diverging from the Itanium spec is worth it I would rather we not do it.

But my opinion isn't too strong on this. libc++abi has to support this configuration ad infinitum.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64961





More information about the libcxx-commits mailing list