[PATCH] D143009: [lld][WebAssembly] Renamed a few tests to conform to naming convention. NFC

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 13:32:27 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3cd96a7309f6: [lld][WebAssembly] Renamed a few tests to conform to naming convention. NFC (authored by sbc100).

Changed prior to commit:
  https://reviews.llvm.org/D143009?vs=493704&id=493721#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143009/new/

https://reviews.llvm.org/D143009

Files:
  lld/test/wasm/Inputs/sig-mismatch.s
  lld/test/wasm/Inputs/sig_mismatch.s
  lld/test/wasm/ctor-return-value.s
  lld/test/wasm/ctor_return_value.s
  lld/test/wasm/signature-mismatch-relocatable.s
  lld/test/wasm/tls-init-symbols.s
  lld/test/wasm/tls_init_symbols.s


Index: lld/test/wasm/signature-mismatch-relocatable.s
===================================================================
--- lld/test/wasm/signature-mismatch-relocatable.s
+++ lld/test/wasm/signature-mismatch-relocatable.s
@@ -1,12 +1,12 @@
 # RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s
-# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t2.o %S/Inputs/sig_mismatch.s
+# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t2.o %S/Inputs/sig-mismatch.s
 # RUN: wasm-ld --relocatable %t.o %t2.o -o %t.wasm
 # RUN: obj2yaml %t.wasm | FileCheck %s
 
 # Regression test for handling of signature mismatches (variant function
 # symbols) and relocatable output.  This issue only occurred when the undefined
 # function was seen first and the defined function was referenced within the
-# the defining file (see %S/Inputs/sig_mismatch.s).
+# the defining file (see %S/Inputs/sig-mismatch.s).
 
 .functype foo (i32, i64, i32) -> (i32)
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143009.493721.patch
Type: text/x-patch
Size: 981 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230131/0b20d7c7/attachment.bin>


More information about the llvm-commits mailing list