[ELF] Add CHECK to test/ELF/undef-start.s
authorFangrui Song <maskray@google.com>
Thu, 5 Apr 2018 19:20:33 +0000 (19:20 +0000)
committerFangrui Song <maskray@google.com>
Thu, 5 Apr 2018 19:20:33 +0000 (19:20 +0000)
llvm-svn: 329333

lld/test/ELF/undef-start.s

index 590d0a8..d0e0147 100644 (file)
@@ -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