diff options
| author | George Rimar <grimar@accesssoftek.com> | 2016-08-10 13:06:18 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2016-08-10 13:06:18 +0000 |
| commit | dfc1b900aca0fd4aa4b8ccf45f407ea96c5bdaff (patch) | |
| tree | 3eaded9eed141487100847c45bc12a719e57694b | |
| parent | 9811e98495fd79c5d56fc959994faa3b73b20b88 (diff) | |
| download | bcm5719-llvm-dfc1b900aca0fd4aa4b8ccf45f407ea96c5bdaff.tar.gz bcm5719-llvm-dfc1b900aca0fd4aa4b8ccf45f407ea96c5bdaff.zip | |
[ELF] - Fixed section name pattern in testcase.
llvm-svn: 278219
| -rw-r--r-- | lld/test/ELF/linkerscript/linkerscript-sizeofheaders.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/linkerscript/linkerscript-sizeofheaders.s b/lld/test/ELF/linkerscript/linkerscript-sizeofheaders.s index f594b0ea3b7..f98cd8a2763 100644 --- a/lld/test/ELF/linkerscript/linkerscript-sizeofheaders.s +++ b/lld/test/ELF/linkerscript/linkerscript-sizeofheaders.s @@ -3,7 +3,7 @@ # RUN: echo " SECTIONS { \ # RUN: . = SIZEOF_HEADERS; \ # RUN: _size = SIZEOF_HEADERS; \ -# RUN: .text : {*(.text.*)} \ +# RUN: .text : {*(.text*)} \ # RUN: }" > %t.script # RUN: ld.lld -o %t1 --script %t.script %t # RUN: llvm-objdump -t %t1 | FileCheck %s |

