[PATCH] D15883: Add ARM EHABI-related constants to unwind.h.
Timon Van Overveldt via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 15 15:46:40 PST 2016
timonvo added a comment.
Note that I avoided using a local macro at first because I didn't want to export any additional symbols/macros from this file. But I've moved to use one now. Note that I changed the name slightly to be more in line with libunwind's naming (it uses _LIBUNWIND_ARM_EHABI as the macro name).
http://reviews.llvm.org/D15883
More information about the cfe-commits
mailing list