Revert "[Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp...
[llvm-complete.git] / test / Linker / metadata-global.ll
blob56d77e128bde87009ac29d987248ffe9ca4aa0df
1 ; RUN: llvm-link %s -S | FileCheck %s
3 ; CHECK-DAG: @a = global i32 0
4 ; CHECK-DAG: @b = global i32 0, !associated !0
6 ; CHECK-DAG: !0 = !{i32* @b}
8 @a = global i32 0
9 @b = global i32 0, !associated !0
11 !0 = !{i32* @b}