[PATCH] D30343: [libcxxabi] Fix condition typo in rL296136

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 24 12:27:43 PST 2017


EricWF added a comment.

This works for me, but the idiomatic macro usage in libc++, and (hopefully) libc++abi should always use `defined(FOO)` as opposed to `!FOO`. I'll clean this up in the next week if nobody else wants to.


Repository:
  rL LLVM

https://reviews.llvm.org/D30343





More information about the cfe-commits mailing list