commit | d88e51ced75203bea68e5383b608d3dbe9c42e4a | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Thu Feb 05 23:27:41 2015 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Thu Feb 05 23:27:41 2015 +0000 |
tree | 412b5e0e1ad335d28f51b4345734b7094f5c5902 | |
parent | ae1ca06a317d428e3b5a795244421b561c95c4ca [diff] |
Fix compilation of unwind on Darwin-x86_64 EHABI related typedef sugar is gated via LIBCXXABI_ARM_EHABI which did not protect the EHABI header. This would cause declarations to be emitted on non-EHABI targets, resulting in errors. This permits compilation on Darwin. llvm-svn: 228359