brintos

brintos / llvm-project-archived public Read only

0
0
Text · 388 B · f3e88c9 Raw
12 lines · plain
1# RUN: llvm-mc %s -filetype obj -triple wasm32-unknown-unknown -o %t.o \2# RUN:         -split-dwarf-file=%t.dwo -dwarf-version=53# RUN: llvm-dwp %t.dwo -o %t.dwp4# RUN: llvm-dwarfdump -v %t.dwp | FileCheck %s5 6# This test checks whether llvm-dwp is able to emit object files of the same7# triple as its inputs.8 9# CHECK: file format WASM10 11# Empty file, we just care about the file type.12