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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to