diff options
author | Nicholas Wilson <nicholas@nicholaswilson.me.uk> | 2018-03-01 15:55:59 +0000 |
---|---|---|
committer | Nicholas Wilson <nicholas@nicholaswilson.me.uk> | 2018-03-01 15:55:59 +0000 |
commit | f6be8e8c57ed0b2f8b33000a48248708f9412e2d (patch) | |
tree | de7c0f39c3c2ab25abd770f5421c53f3ef5ca98a /llvm/test/tools/llvm-readobj/sections.test | |
parent | f3b1af7aa4165ba10acd4dcce1add7bd1f9c694d (diff) | |
download | bcm5719-llvm-f6be8e8c57ed0b2f8b33000a48248708f9412e2d.tar.gz bcm5719-llvm-f6be8e8c57ed0b2f8b33000a48248708f9412e2d.zip |
[WebAssembly] Update pre-generated test files to match latest llc output. NFC.
The ordering of llc's output was changed in rL326334.
Differential Revision: https://reviews.llvm.org/D43941
llvm-svn: 326445
Diffstat (limited to 'llvm/test/tools/llvm-readobj/sections.test')
-rw-r--r-- | llvm/test/tools/llvm-readobj/sections.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-readobj/sections.test b/llvm/test/tools/llvm-readobj/sections.test index 7c38b30168a..64f295458a0 100644 --- a/llvm/test/tools/llvm-readobj/sections.test +++ b/llvm/test/tools/llvm-readobj/sections.test @@ -534,7 +534,7 @@ WASM-NEXT: Name: reloc.CODE WASM-NEXT: } WASM-NEXT: Section { WASM-NEXT: Type: CUSTOM (0x0) -WASM-NEXT: Size: 72 +WASM-NEXT: Size: 65 WASM-NEXT: Offset: 220 WASM-NEXT: Name: linking WASM-NEXT: } |