Skip to content

Commit 06736da

Browse files
ellishgKyungwoo Lee
authored andcommitted
[DebugInfo] Fix broken MachO test
This test was introduced in https://reviews.llvm.org/D112337 and breaks on mac. Reviewed By: dblaikie Differential Revision: https://reviews.llvm.org/D113506
1 parent 9af467e commit 06736da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/test/DebugInfo/Generic/inlined-static-var.ll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
; CHECK: NULL
3333
; CHECK: NULL
3434

35-
$_ZZ7removedvE1A = comdat any
36-
3735
@_ZZ11not_removedvE1A = internal global i32 0, align 4, !dbg !0
38-
@_ZZ7removedvE1A = linkonce_odr dso_local global i32 0, comdat, align 4, !dbg !10
36+
@_ZZ7removedvE1A = linkonce_odr dso_local global i32 0, align 4, !dbg !10
3937

4038
define dso_local i32 @_Z11not_removedv() !dbg !2 {
4139
%1 = load i32, i32* @_ZZ11not_removedvE1A, align 4, !dbg !24

0 commit comments

Comments
 (0)