[PATCH] D95226: Rebase and improve testcase: The file can just be empty.

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 05:32:31 PST 2021


pfaffe created this revision.
Herald added subscribers: jgravelle-google, sbc100, dschuff.
pfaffe requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95226

Files:
  llvm/test/tools/llvm-dwp/WebAssembly/simple_dwo.s


Index: llvm/test/tools/llvm-dwp/WebAssembly/simple_dwo.s
===================================================================
--- llvm/test/tools/llvm-dwp/WebAssembly/simple_dwo.s
+++ llvm/test/tools/llvm-dwp/WebAssembly/simple_dwo.s
@@ -7,9 +7,5 @@
 # triple as its inputs.
 
 # CHECK: file format WASM
-# CHECK: 0x0
-# CHECK-NEXT: DW_LLE_end_of_list
 
-# We don't care about the section contents.
-  .section .debug_loc.dwo,"G",@,0
-  .space 1
+# Empty file, we just care about the file type.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95226.318495.patch
Type: text/x-patch
Size: 494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/d5df8c8a/attachment.bin>


More information about the llvm-commits mailing list