[PATCH] D113506: [DebugInfo] Fix broken MachO test
Kyungwoo Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 12:46:31 PST 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG06736dab9bb5: [DebugInfo] Fix broken MachO test (authored by ellis, committed by kyulee).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113506/new/
https://reviews.llvm.org/D113506
Files:
llvm/test/DebugInfo/Generic/inlined-static-var.ll
Index: llvm/test/DebugInfo/Generic/inlined-static-var.ll
===================================================================
--- llvm/test/DebugInfo/Generic/inlined-static-var.ll
+++ llvm/test/DebugInfo/Generic/inlined-static-var.ll
@@ -32,10 +32,8 @@
; CHECK: NULL
; CHECK: NULL
-$_ZZ7removedvE1A = comdat any
-
@_ZZ11not_removedvE1A = internal global i32 0, align 4, !dbg !0
- at _ZZ7removedvE1A = linkonce_odr dso_local global i32 0, comdat, align 4, !dbg !10
+ at _ZZ7removedvE1A = linkonce_odr dso_local global i32 0, align 4, !dbg !10
define dso_local i32 @_Z11not_removedv() !dbg !2 {
%1 = load i32, i32* @_ZZ11not_removedvE1A, align 4, !dbg !24
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113506.385944.patch
Type: text/x-patch
Size: 664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211109/728275d3/attachment.bin>
More information about the llvm-commits
mailing list