17 lines · plain
1# RUN: llvm-mc -triple=wasm32 < %s | FileCheck %s2 3# check that we can refer to section symbols of other sections.4# getWasmSection currently forces the section symbol to have a suffix.5 6# TODO: fix the 0-suffix: https://github.com/llvm/llvm-project/issues/485967 8 .section .debug_abbrev,"",@9 .int8 110 .section .debug_info,"",@11 .int32 .debug_abbrev012 13# CHECK: .section .debug_abbrev,"",@14# CHECK-NEXT: .int8 115# CHECK-NEXT: .section .debug_info,"",@16# CHECK-NEXT: .int32 .debug_abbrev017