[PATCH] D33176: ELF: --gdb-index: Change findSection to return an InputSection.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 08:03:05 PDT 2017


grimar added inline comments.


================
Comment at: lld/trunk/test/ELF/gdb-index-empty.s:15
+	.type	_start, at function
+_start:                                 # @_start
+.Lfunc_begin0:
----------------
I think this *.s can be significantly reduced.

Honestly I was fine with binary. 
But if we have .s, I would expect to see much less code here.



Repository:
  rL LLVM

https://reviews.llvm.org/D33176





More information about the llvm-commits mailing list