diff options
| author | Sam Clegg <sbc@chromium.org> | 2018-04-12 20:31:12 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2018-04-12 20:31:12 +0000 |
| commit | 9745afa6748bcd5424cf7b2324b5a3dc7f1feb35 (patch) | |
| tree | d195e71c0172f1a5f54de5887bd7a6c2f9b57f51 /llvm/test/ObjectYAML | |
| parent | acd9ca34d8eda94f7224fbcfd06674cb69f4963a (diff) | |
| download | bcm5719-llvm-9745afa6748bcd5424cf7b2324b5a3dc7f1feb35.tar.gz bcm5719-llvm-9745afa6748bcd5424cf7b2324b5a3dc7f1feb35.zip | |
[WebAssembly] libObject: Don't include the name the size of custom sections
Differential Revision: https://reviews.llvm.org/D45579
llvm-svn: 329947
Diffstat (limited to 'llvm/test/ObjectYAML')
| -rw-r--r-- | llvm/test/ObjectYAML/wasm/custom_section.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ObjectYAML/wasm/custom_section.yaml b/llvm/test/ObjectYAML/wasm/custom_section.yaml index c7b87cb4239..37cdddbff78 100644 --- a/llvm/test/ObjectYAML/wasm/custom_section.yaml +++ b/llvm/test/ObjectYAML/wasm/custom_section.yaml @@ -5,7 +5,7 @@ FileHeader: Sections: - Type: CUSTOM Name: foo - Payload: 03666F6F0401020304 + Payload: '0401020304' ... # CHECK: --- !WASM # CHECK: FileHeader: @@ -13,5 +13,5 @@ Sections: # CHECK: Sections: # CHECK: - Type: CUSTOM # CHECK: Name: foo -# CHECK: Payload: 03666F6F0401020304 +# CHECK: Payload: '0401020304' # CHECK: ... |

