Brad Smith
Brad Smith
@Mister-X- Ping.
> I'm sorry I haven't had time to review this. I've been fighting migraines and photophobia for the past 5+ years. Ah, I'm sorry to hear that. I was not...
@Mister-X- This could definitely use some input and some refactoring, but I'm not familiar with the code base.
> You are aware that CMAKE_COMPILER_IS_GNU(CC|CXX) and CMAKE_(C|CXX)_COMPILER_ID STREQUAL "GNU" are not the same thing? That IS how CMake handles things. ``` # Set old compiler id variables. if(CMAKE_C_COMPILER_ID MATCHES...
> Indeed, sorry for confusion, heh. this seems not to be the case already since Oct 2013 (https://cmake.org/pipermail/cmake/2013-October/056071.html) and version 2.8.10 or so, but I was sure it is still...
Ping. I'd like to get this merged so I can send my functional changes on top of this.
> ack. Did you have a reason for 10.6 from #4049? As I've seen mentioned somewhere in the docs to try and push fixes as far back as possible.
LLVM's libunwind does not have the function unw_backtrace() which it is looking for. The GNU libunwind does appear to have this function. ``` # LIBUNWIND_HAS_UNW_GETCONTEXT - True if unw_getcontext() is...