labath accepted this revision. labath added inline comments. This revision is now accepted and ready to land.
================ Comment at: lldb/lit/SymbolFile/dissassemble-entry-point.s:10 + +.global _Start +_start: ---------------- This .global _Start is also unneeded, as it does not even match the actual _start symbol below. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68069/new/ https://reviews.llvm.org/D68069 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits