projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6070db
)
[ELF] Add CHECK to test/ELF/undef-start.s
author
Fangrui Song
<maskray@google.com>
Thu, 5 Apr 2018 19:20:33 +0000
(19:20 +0000)
committer
Fangrui Song
<maskray@google.com>
Thu, 5 Apr 2018 19:20:33 +0000
(19:20 +0000)
llvm-svn: 329333
lld/test/ELF/undef-start.s
patch
|
blob
|
history
diff --git
a/lld/test/ELF/undef-start.s
b/lld/test/ELF/undef-start.s
index
590d0a8
..
d0e0147
100644
(file)
--- a/
lld/test/ELF/undef-start.s
+++ b/
lld/test/ELF/undef-start.s
@@
-1,3
+1,5
@@
-# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
-# RUN: ld.lld %t -o %t2 2>&1
# REQUIRES: x86
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
+# RUN: ld.lld %t.o -o %t 2>&1 | FileCheck %s
+
+# CHECK: warning: cannot find entry symbol _start