Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 06b4dd6

Browse files
committed
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320907 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 77b5e46 commit 06b4dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ThinLTO/X86/empty-module.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; RUN: opt -module-summary -o %t.bc %s
22

33
; RUN: rm -f %t2.0
4-
; RUN: llvm-lto2 run %t.bc -r %t.bc,foo,pl -o %t2 -thinlto-distributed-indexes
4+
; RUN: llvm-lto2 run %t.bc -r %t.bc,foo,pl -o %t2 -thinlto-distributed-indexes
55
; RUN: llvm-readobj -h %t2.0 | FileCheck %s
66
; RUN: llvm-nm %t2.0 | count 0
77

0 commit comments

Comments
 (0)