1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Richard Smith b9f1b721c1 Work around a glibc bug: backtrace() spuriously fails if
- glibc is dynamically linked, and
 - libgcc_s is unavailable (for instance, another library is being used to
   provide the compiler runtime or libgcc is statically linked), and
 - the target is x86_64.

If we run backtrace() and it fails to find any stack frames, try using
_Unwind_Backtrace instead if available.

llvm-svn: 269992
2016-05-18 22:26:36 +00:00
..
2016-05-12 12:37:52 +00:00
2016-05-18 22:04:49 +00:00
2016-05-18 22:05:28 +00:00
2016-01-26 21:29:08 +00:00
2016-05-18 22:04:49 +00:00
2016-05-18 11:58:50 +00:00
2016-05-18 11:58:50 +00:00
2016-04-18 09:17:29 +00:00
2016-05-18 22:04:49 +00:00
2016-03-01 21:29:33 +00:00