1# RUN: llvm-mc -triple=wasm32 < %s | FileCheck %s 2 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/48596 7 8 .section .debug_abbrev,"",@ 9 .int8 1 10 .section .debug_info,"",@ 11 .int32 .debug_abbrev0 12 13# CHECK: .section .debug_abbrev,"",@ 14# CHECK-NEXT: .int8 1 15# CHECK-NEXT: .section .debug_info,"",@ 16# CHECK-NEXT: .int32 .debug_abbrev0 17