[PATCH] D13016: Check for GLIBC before including execinfo.h

Bruce Mitchener via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 03:01:17 PDT 2015


brucem added a subscriber: brucem.
brucem added a comment.

I missed this the other day. I think this change isn't needed because we can (I think) just not include `<execinfo.h>` now. It was added to support `Host::Backtrace` using `backtrace`, but that code has changed and is no longer here.


Repository:
  rL LLVM

http://reviews.llvm.org/D13016





More information about the llvm-commits mailing list