We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2878b2 commit 1fd0211Copy full SHA for 1fd0211
lld/test/ELF/lto/Inputs/cache.ll
@@ -1,7 +1,7 @@
1
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
2
target triple = "x86_64-unknown-linux-gnu"
3
4
-define i32 @main() {
+define i32 @_start() {
5
entry:
6
call void (...) @globalfunc()
7
ret i32 0
lld/test/ELF/lto/cache.ll
@@ -4,7 +4,7 @@
; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.o
; RUN: rm -Rf %t.cache
-; RUN: ld.lld --thinlto-cache-dir=%t.cache -o %t3.o %t2.o %t.o
+; RUN: ld.lld --thinlto-cache-dir=%t.cache -o %t3 %t2.o %t.o
8
9
; RUN: ls %t.cache | count 2
10
0 commit comments