Lines Matching refs:ident
250 For example, consider ``test/Linker/ident.ll``. The directory structure is
255 ident.ll
257 ident.a.ll
258 ident.b.ll
264 ;;;;; ident.ll:
266 ; RUN: llvm-link %S/Inputs/ident.a.ll %S/Inputs/ident.b.ll -S | FileCheck %s
268 ; Verify that multiple input llvm.ident metadata are linked together.
270 ; CHECK-DAG: !llvm.ident = !{!0, !1, !2}
275 ;;;;; Inputs/ident.a.ll:
277 !llvm.ident = !{!0, !1}
281 ;;;;; Inputs/ident.b.ll:
283 !llvm.ident = !{!0}
286 For symmetry reasons, ``ident.ll`` is just a dummy file that doesn't