[llvm] 06736da - [DebugInfo] Fix broken MachO test
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 12:46:17 PST 2021
Author: Ellis Hoag
Date: 2021-11-09T12:46:00-08:00
New Revision: 06736dab9bb5f8e170038e49b3a65e7a7e6e0f02
URL: https://github.com/llvm/llvm-project/commit/06736dab9bb5f8e170038e49b3a65e7a7e6e0f02
DIFF: https://github.com/llvm/llvm-project/commit/06736dab9bb5f8e170038e49b3a65e7a7e6e0f02.diff
LOG: [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
Added:
Modified:
llvm/test/DebugInfo/Generic/inlined-static-var.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/inlined-static-var.ll b/llvm/test/DebugInfo/Generic/inlined-static-var.ll
index 720d4cab4829..88ed85b178bd 100644
--- a/llvm/test/DebugInfo/Generic/inlined-static-var.ll
+++ b/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
More information about the llvm-commits
mailing list