2015-09-30 00:40:13 +08:00
|
|
|
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
|
2015-10-09 04:57:29 +08:00
|
|
|
# RUN: not ld.lld2 %t1 -o %t2
|
2015-10-08 01:31:39 +08:00
|
|
|
# RUN: ld.lld2 %t1 -o %t2 -e _end
|
2015-09-30 00:40:13 +08:00
|
|
|
|
|
|
|
.globl _end;
|
|
|
|
_end:
|