[PATCH] D53127: Fix declaration of _URC_FATAL_PHASE1_ERROR in libc++abi when compiled with gcc (follow-up of D42242)

Steffen Kuhn via Phabricator reviews at reviews.llvm.org
Thu Oct 11 09:32:42 PDT 2018


stefson added a comment.

How about this as a guard in line 31? `#if defined(__arm__) && #if !defined(__clang__)`


Repository:
  rCXXA libc++abi

https://reviews.llvm.org/D53127





More information about the libcxx-commits mailing list