[lld] [lld][WebAssembly] Fix filename when reporting references to undefined symbols (PR #97444)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 10:55:27 PDT 2024


================
@@ -1,30 +1,34 @@
-# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %s -o %t1.o
+# RUN: split-file %s %t
----------------
dschuff wrote:

TIL split-file is a thing...

https://github.com/llvm/llvm-project/pull/97444


More information about the llvm-commits mailing list