blob: b6355949fad0c0b4d065262465123ada4df2febc [file] [log] [blame]
George Rimar4d2f97622017-07-04 13:19:13 +00001# REQUIRES: x86
2# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
Fangrui Song40a9f222018-07-02 17:48:23 +00003# RUN: ld.lld %t.o -o /dev/null
George Rimar4d2f97622017-07-04 13:19:13 +00004
5.global _start
6.global bar
7.symver _start, bar@@VERSION
8_start:
9 jmp bar