[PATCH] D93749: [llvm-dwp] Add a command line option to set the target triple

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


pfaffe updated this revision to Diff 318496.
pfaffe added a comment.

Rebase and improve testcase: The file can just be empty.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93749

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: D93749.318496.patch
Type: text/x-patch
Size: 494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/b17bcb14/attachment.bin>


More information about the llvm-commits mailing list