mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-29 22:52:18 +00:00
e39a7a6933
This was an omission when handling COFF style comdats with local keys. Should fix the sanitizer-windows bot. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254543 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
133 B
LLVM
7 lines
133 B
LLVM
$a1 = comdat any
|
|
@baz = private global i32 42, comdat($a1)
|
|
@a1 = internal alias i32, i32* @baz
|
|
define i32* @abc() {
|
|
ret i32* @a1
|
|
}
|