Than McIntosh
Than McIntosh
I tested this on Linux and it seems to work ok. It would be nice to have more complete support (e.g. check target, shared version of library) but those can...
@ArekPiekar what are some of the use cases that you have in mind? I can take a stab at contributing CMake rules, but without knowing how people embed libbacktrace it's...
@tehKaiN For creation of backtrace-supported.h I'd suggest looking at the code [here](https://go.googlesource.com/gollvm/+/0612e166bd385108b402a5a353fe4e2f7adfd235/libgo/CMakeLists.txt#45) -- that should provide a model for how to go about it.
Your patch looks good to me. Looks like the PR is blocked due to CLA, but I'm happy to review when it arrives in Gerrit.
Would you like to send a patch for this?
If you are building Go from source, please try the new race detector runtime (pending submit) to see if it resolves this issue. From your Go repo on windows: ```...
> c:\program files\x86_64-w64-mingw32-native\include\syslimits.h:12:25: error: no include path in which to search for limits.h > 12 | #include_next > | ^ (exit status 2) I think this is getting a bit...
Thanks for that investigation.