summaryrefslogtreecommitdiff
path: root/test/ELF/default-output.s
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-07-23 20:48:50 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-07-23 20:48:50 +0000
commit1c98619801a5705c688e683be3ef9d70169a0686 (patch)
tree8422105cd1a94c368315f2db16b9ac746cf7c000 /test/ELF/default-output.s
parentf4f3ce4613680903220815690ad79fc7ba0a2e26 (diff)
Notes
Diffstat (limited to 'test/ELF/default-output.s')
-rw-r--r--test/ELF/default-output.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/default-output.s b/test/ELF/default-output.s
index 8da3bb40eac0..c0766acf6e55 100644
--- a/test/ELF/default-output.s
+++ b/test/ELF/default-output.s
@@ -9,7 +9,7 @@
# RUN: ld.lld %t
# RUN: llvm-readobj a.out > /dev/null 2>&1
-.globl _start;
+.globl _start
_start:
mov $60, %rax
mov $42, %rdi