Convention in libcxxabi is to use !defined(FOO) not !FOO.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I renamed LIBCXXABI_ARM_EHABI to _LIBCXXABI_ARM_EHABI so you'll have to merge this change with that.
Other than that this LGTM.
Comment Actions
Thanks for reviewing. Before I commit could you tell me if I need to update any build systems e.g. buildbots ?
Comment Actions
Those two options are not used by any of the current public builders, so I think it's safe to commit.
If something breaks, we can revert and have a look :)