[PATCH] D24731: [GC] Don't crash when printing gc'd sections with no name and no associated file
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 09:34:01 PDT 2016
davide added a comment.
To be more precise, before this code was crashing because `getFile()` returned a `nullptr` on which lld was trying to call `getName()`.
https://reviews.llvm.org/D24731
More information about the llvm-commits
mailing list