[PATCH] D27335: [ELF] Print file:line for unknown PHDR error

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 04:25:07 PST 2016


grimar added inline comments.


================
Comment at: test/ELF/linkerscript/phdrs.s:43
+# RUN: echo "PHDRS {all PT_LOAD FILEHDR PHDRS ;} \
+# RUN:       SECTIONS { \
+# RUN:           . = 0x10000200; \
----------------
Looks this can be single line

```
SECTIONS { .foo : {*(.foo.*)} :foo }" > %t.script
```


Repository:
  rL LLVM

https://reviews.llvm.org/D27335





More information about the llvm-commits mailing list