[PATCH] D24750: [GC] Don't crash while processing Discarded sections

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 11:47:41 PDT 2016


davide added a comment.

This is going to be really fun. I was very puzzled because I wasn't able to find out why this was failing. So, I tried to debug with VS on Windows and realized I wasn't able to reproduce the crash. I then tried with gcc 6.1 on Linux and also noticed it doesn't crash there. So this only happens with clang from svn (1 month ago or such). I'll update clang to ToT to see if I can reproduce, then probably open a bug if it still happens. Meh.


https://reviews.llvm.org/D24750





More information about the llvm-commits mailing list