[RISCV] emit .option directive for functions with target features which differ from...
[llvm-project.git] / llvm / test / Other / copy-metadata-of-declaration.ll
blobde127af286f90d11c3f5aa330359a47bd48fe4c9
1 ; RUN: opt -run-twice -passes=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}