mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
2976744ea9
Happened to notice some of these printing as UnknownCode while running llvm-bcanalyzer on a bc file I had. Differential Revision: https://reviews.llvm.org/D86900
6 lines
137 B
LLVM
6 lines
137 B
LLVM
; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s
|
|
|
|
; CHECK: <COMDAT
|
|
$comdat.any = comdat any
|
|
@comdat.any = global i32 0, comdat
|