[llvm] 514d374 - Follow-up for D113741: fix DebugInfo/Generic/lexical_block_static.ll on MachO

Kristina Bessonova via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 5 05:33:07 PST 2021


Author: Kristina Bessonova
Date: 2021-12-05T15:31:25+02:00
New Revision: 514d37441918dd04a2cd4f35c08959d7c3ff096d

URL: https://github.com/llvm/llvm-project/commit/514d37441918dd04a2cd4f35c08959d7c3ff096d
DIFF: https://github.com/llvm/llvm-project/commit/514d37441918dd04a2cd4f35c08959d7c3ff096d.diff

LOG: Follow-up for D113741: fix DebugInfo/Generic/lexical_block_static.ll on MachO

Added: 
    

Modified: 
    llvm/test/DebugInfo/Generic/lexical_block_static.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/DebugInfo/Generic/lexical_block_static.ll b/llvm/test/DebugInfo/Generic/lexical_block_static.ll
index 42c3cb10d303..56327b27cdb1 100644
--- a/llvm/test/DebugInfo/Generic/lexical_block_static.ll
+++ b/llvm/test/DebugInfo/Generic/lexical_block_static.ll
@@ -72,11 +72,9 @@
 ; CHECK:     NULL
 ; CHECK:   NULL
 
-$_ZZ7removedvE1A = comdat any
-
 @_ZZ11not_removedvE1B = internal global i32 0, align 4, !dbg !0
 @_ZZ3foovE1C = internal global i32 0, align 4, !dbg !10
- at _ZZ7removedvE1A = linkonce_odr dso_local global i32 0, comdat, align 4, !dbg !15
+ at _ZZ7removedvE1A = linkonce_odr dso_local global i32 0, align 4, !dbg !15
 
 define dso_local i32 @_Z11not_removedv() !dbg !4 {
 entry:


        


More information about the llvm-commits mailing list