mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
371e07845e
This was an omission when handling COFF style comdats with local keys. Should fix the sanitizer-windows bot. llvm-svn: 254543
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
|
|
}
|