[PATCH] D15883: Add ARM EHABI-related constants to unwind.h.
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 15 13:48:50 PST 2016
compnerd added a subscriber: compnerd.
compnerd requested changes to this revision.
compnerd added a reviewer: compnerd.
compnerd added a comment.
This revision now requires changes to proceed.
These should be guarded by a check to ensure that they are not defined when EHABI is not in effect at @nbjoerg pointed out. You could use the same check as libunwind:
defined(__arm__) && !defined(__USING_SJLJ_EXCEPTIONS__) && !defined(__ARM_DWARF_EH__)
http://reviews.llvm.org/D15883
More information about the cfe-commits
mailing list