1# RUN: llvm-mc %s -filetype obj -triple wasm32-unknown-unknown -o %t.o \ 2# RUN: -split-dwarf-file=%t.dwo -dwarf-version=5 3# RUN: llvm-dwp %t.dwo -o %t.dwp 4# RUN: llvm-dwarfdump -v %t.dwp | FileCheck %s 5 6# This test checks whether llvm-dwp is able to emit object files of the same 7# triple as its inputs. 8 9# CHECK: file format WASM 10 11# Empty file, we just care about the file type. 12