[PATCH] D55118: [ELF] - Report an error if empty sections are referenced in LOADADDR/ADDR commands.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 30 05:31:34 PST 2018


grimar added inline comments.


================
Comment at: test/ELF/linkerscript/empty-sections-expressions.test:4
+# RUN:   | llvm-mc -filetype=obj -triple=x86_64-pc-linux - -o %t.o
+# RUN: not ld.lld -o %t --script %s %t.o 2>&1 ileCheck %s ff
+
----------------
peter.smith wrote:
> The FileCheck part of the command looks to have been corrupted somehow. I'm seeing ileCheck %s ff.
Oh. And the test still passed. Fixed, thanks!


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

https://reviews.llvm.org/D55118





More information about the llvm-commits mailing list