Skip to content

Commit 511d55a

Browse files
committed
try to placate undef checker CI step
1 parent b1b0cd7 commit 511d55a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lld/test/COFF/start-lib.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ define void @foo() {
153153
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
154154
target triple = "x86_64-pc-windows-msvc"
155155

156-
; One undef from the lazy obj file before it, one from the one after it.
156+
; One undefined symbol from the lazy obj file before it,
157+
; one from the one after it.
157158
declare void @foo()
158159
declare void @baz()
159160

0 commit comments

Comments
 (0)