You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
314 B

# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
# RUN: llvm-readelf -s %t | FileCheck %s
# CHECK: NOTYPE GLOBAL HIDDEN {{[1-9]}} def@@v1
# CHECK-NEXT: NOTYPE GLOBAL PROTECTED UND undef@v1
.protected undef
.symver undef, undef@@@v1
call undef
.globl def
.hidden def
.symver def, def@@@v1
def: