[PATCH] D60131: [ELF] Change default output section type to SHT_PROGBITS

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 3 03:09:28 PDT 2019


andrewng marked 3 inline comments as done.
andrewng added inline comments.


================
Comment at: test/ELF/linkerscript/symbol-only-align.test:5
+# RUN: echo '.data'   >> %t.s
+# RUN: echo '.quad 0' >> %t.s
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %t.s -o %t.o
----------------
grimar wrote:
> In LLD we avoid using multiple echo calls. Please do it with a single call.
Had to add ';' for a single echo to work.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60131/new/

https://reviews.llvm.org/D60131





More information about the llvm-commits mailing list