1 # REQUIRES: riscv-registered-target
2 ## Ignore empty name symbols.
4 # RUN: llvm-mc -filetype=obj -triple=riscv64 %s -o %t
5 # RUN: llvm-readelf -s %t | FileCheck %s --check-prefix=SYM
7 # SYM: 0000000000000004 0 NOTYPE LOCAL DEFAULT [[#]] {{$}}
8 # SYM: 0000000000000000 0 NOTYPE GLOBAL DEFAULT [[#]] foo
10 ## Make sure we test at an address larger than or equal to an empty name symbol.
11 # RUN: llvm-symbolizer --obj=%t 0 4 | FileCheck %s
26 .section .debug_line,"",@progbits