With the following commit:
http://reviews.llvm.org/D12884 [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host
build has been broken on NetBSD.
Differential D14482
Define findModulesAndOffsets() unconditionally to unbreak build krytarowski on Nov 7 2015, 4:56 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions As mentioned on IRC, this is clearly not correct. There are two unrelated issues in the tree right now: This patch addresses neither. Comment Actions It's not fixed, it's just no longer breaking the build. The condition used is still completely wrong. Comment Actions Sorry, I missed this a week ago. I only responded to the email I got directly about my patch. Joerg, feel free to fix the ifdef soup. |