[llvm] f5314d1 - [Support] On Unix, let the CrashRecoveryContext return the signal code

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 07:02:06 PDT 2020



> On Sep 24, 2020, at 14:08, Alexandre Ganea <alexandre.ganea at ubisoft.com> wrote:
> 
> It seems that on Linux signal.h is implicitly imported:
> 
> . /mnt/f/llvm-project/llvm/utils/unittest/googletest/include/gtest/gtest.h
> .. /mnt/f/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h
> ... /usr/include/x86_64-linux-gnu/sys/wait.h
> .... /usr/include/signal.h
> 
> I've commited the following fix: a6a6ccfc4c8b348d6d534657e16bb7504b9f2888
> If it still fails, I'll revert.
> 
> Thanks for the heads up!


Thanks, looks like things are back to building.


More information about the llvm-commits mailing list