[PATCH] D155536: rename test file

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 18:24:31 PDT 2023


dschuff created this revision.
Herald added subscribers: pmatos, asb, wingo, sbc100.
Herald added a reviewer: alexander-shaposhnikov.
Herald added a reviewer: jhenderson.
Herald added a project: All.
dschuff requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay, aheejin.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155536

Files:
  llvm/test/tools/llvm-objcopy/wasm/Inputs/hello_world.wasm
  llvm/test/tools/llvm-objcopy/wasm/Inputs/sec-header-3bytelebs.wasm
  llvm/test/tools/llvm-objcopy/wasm/section-header-size.test


Index: llvm/test/tools/llvm-objcopy/wasm/section-header-size.test
===================================================================
--- llvm/test/tools/llvm-objcopy/wasm/section-header-size.test
+++ llvm/test/tools/llvm-objcopy/wasm/section-header-size.test
@@ -1,7 +1,7 @@
 ## Test that objcopy generates section headers that are identical to those from
 ## the input binary, including the encoded size of the LEB that represents the
-## section size. hello_world.wasm has LEB encodings padded to 3 bytes, which
+## section size. sec-header-3bytelebs.wasm has LEB encodings padded to 3 bytes, which
 ## is unlikely to happen accidentally (since the smallest size is 1 byte,
 ## and clang pads to 5)
-# RUN: llvm-objcopy %p/Inputs/hello_world.wasm %t.wasm2
-# RUN: diff %p/Inputs/hello_world.wasm %t.wasm2
+# RUN: llvm-objcopy %p/Inputs/sec-header-3bytelebs.wasm %t.wasm2
+# RUN: diff %p/Inputs/sec-header-3bytelebs.wasm %t.wasm2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155536.541298.patch
Type: text/x-patch
Size: 932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230718/72bcc90b/attachment.bin>


More information about the llvm-commits mailing list