[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Other / copy-metadata-of-declaration.ll
blobaed8db75f6d8ab6343f14d19c38c539002e5cac1
1 ; RUN: opt -run-twice -verify -S -o - %s | FileCheck %s
3 ; This test is used to check metadata attached to global variable declarations
4 ; are copied when CloneModule(). This is required by out-of-tree passes.
6 ; CHECK: @g = external addrspace(64) global i32, !spirv.InOut !0
8 @g = external addrspace(64) global i32, !spirv.InOut !0
10 !0 = !{i32 1}