[PATCH] D12610: [dsymutil] Ensure PC offsets with within specified bit width
Frederic Riss via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 3 19:18:09 PDT 2015
friss added a comment.
I'm not sure we should fix this. The fact that we get this assertion means that the link did something wrong, and most likely we should fix the issue there. We shouldn't end up with negative/overflowing addresses here.
It might be that for some reason getting this is unavoidable, but I want to understand the root cause first.
http://reviews.llvm.org/D12610
More information about the llvm-commits
mailing list