[PATCH] D59553: llvm-symbolizer shows incorrect source line info if --gc-sections used
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 10:48:34 PDT 2019
jhenderson added subscribers: bd1976llvm, edd.
jhenderson added a comment.
In D59553#1435134 <https://reviews.llvm.org/D59553#1435134>, @avl wrote:
> I am not sure about using grep and sed in the test. I see it used in other parts of llvm but not inside lld.
grep is deprecated in lit tests. I can't remember off the top of my head where I saw that statement though. I think sed is allowed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59553/new/
https://reviews.llvm.org/D59553
More information about the llvm-commits
mailing list