You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
320 B

; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
; RUN: llvm-as < %s | llvm-dis -materialize-metadata | FileCheck %s
; CHECK: @foo = external global i32, !foo !0
@foo = external global i32, !foo !0
; CHECK: declare !bar !1 void @bar()
declare !bar !1 void @bar()
!0 = distinct !{}
!1 = distinct !{}