Skip to content

Commit ccf2fa1

Browse files
committed
[ELF] Clarify why lld -flavor gnu is used.
Pointed out by Rafael! llvm-svn: 286857
1 parent ff0da46 commit ccf2fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lld/test/ELF/lto/timepasses.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
; We use lld -flavor gnu because llvm-lit will append --full-shutdown to
2+
; the ld.lld invocation.
13
; REQUIRES: x86
24
; RUN: llvm-as %s -o %t.o
35
; RUN: lld -flavor gnu %t.o -o %t.so -shared -mllvm -time-passes 2>&1 | FileCheck %s

0 commit comments

Comments
 (0)