Lines Matching refs:ident
254 For example, consider ``test/Linker/ident.ll``. The directory structure is
259 ident.ll
261 ident.a.ll
262 ident.b.ll
268 ;;;;; ident.ll:
270 ; RUN: llvm-link %S/Inputs/ident.a.ll %S/Inputs/ident.b.ll -S | FileCheck %s
272 ; Verify that multiple input llvm.ident metadata are linked together.
274 ; CHECK-DAG: !llvm.ident = !{!0, !1, !2}
279 ;;;;; Inputs/ident.a.ll:
281 !llvm.ident = !{!0, !1}
285 ;;;;; Inputs/ident.b.ll:
287 !llvm.ident = !{!0}
290 For symmetry reasons, ``ident.ll`` is just a dummy file that doesn't