[PATCH] D59553: [LLD][ELF][DebugInfo] llvm-symbolizer shows incorrect source line info if --gc-sections used
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 11:00:41 PDT 2019
grimar added a comment.
I have no more comments, this looks fine to me now.
A minor nit is inline.
================
Comment at: lld/test/ELF/gc-sections-debuginfo.s:11
+# RUN: ld.lld %t -o %t2 --gc-sections
+# RUN: llvm-readobj -sections -section-data %t2 | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK32
+
----------------
Hint: you can use `-check-prefixes=CHECK,CHECK32`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59553/new/
https://reviews.llvm.org/D59553
More information about the llvm-commits
mailing list