Douglas Gregor
|
38f3981a99
|
On Darwin, use the system's <unwind.h> whenever it is
available. Clang's <unwind.h> isn't ready for prime time. Fixes
<rdar://problem/10733587>.
llvm-svn: 148807
|
2012-01-24 15:12:50 +00:00 |
Evgeniy Stepanov
|
5dfe9f2b2f
|
Extend unwind.h with the ARM unwinder interface.
These declarations come from the sample code in the
"Exception Handling ABI for the ARM Architecture" document.
llvm-svn: 148469
|
2012-01-19 11:39:05 +00:00 |
Joerg Sonnenberger
|
c2f91c37e8
|
Don't depend on undefined macros being 0, there are options for the
preprocessor to warn about it.
llvm-svn: 147466
|
2012-01-03 19:22:38 +00:00 |
Rafael Espindola
|
7a284b2e78
|
Use default visibility in the the symbols declared in unwind.h. This matches
the behavior of gcc's unwind.h.
llvm-svn: 146208
|
2011-12-09 00:08:01 +00:00 |
Rafael Espindola
|
18c7920d6b
|
Add a minimal unwind.h that knows how to forward to the system one in systems
that have it in /usr/include (only OS X Lion so far).
llvm-svn: 146140
|
2011-12-08 05:01:39 +00:00 |