Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
source/Host/linux/Host.cpp | ||
---|---|---|
17 ↗ | (On Diff #35241) | The !defined(__ANDROID__) is redundant. Android is never glibc. |
Comment Actions
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.
Comment Actions
I tested it and it compiles fine without execinfo.h (Mint distro). Should I go on and remove the header? I'll keep an eye on the buildbots just in case.