Skip to content

Commit 1fd0211

Browse files
committed
Address a few nits pointed out by Sean.
llvm-svn: 296728
1 parent e2878b2 commit 1fd0211

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lld/test/ELF/lto/Inputs/cache.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
22
target triple = "x86_64-unknown-linux-gnu"
33

4-
define i32 @main() {
4+
define i32 @_start() {
55
entry:
66
call void (...) @globalfunc()
77
ret i32 0

lld/test/ELF/lto/cache.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.o
55

66
; RUN: rm -Rf %t.cache
7-
; RUN: ld.lld --thinlto-cache-dir=%t.cache -o %t3.o %t2.o %t.o
7+
; RUN: ld.lld --thinlto-cache-dir=%t.cache -o %t3 %t2.o %t.o
88

99
; RUN: ls %t.cache | count 2
1010

0 commit comments

Comments
 (0)