annotate test/Linker/ident.ll @ 146:3fc4d5c3e21e
set tail call flag for code segment in CGCAll
author |
Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
date |
Sun, 23 Dec 2018 19:23:36 +0900 |
parents |
60c9769439b8 |
children |
|
rev |
line source |
83
|
1 ; RUN: llvm-link %S/Inputs/ident.a.ll %S/Inputs/ident.b.ll -S | FileCheck %s
|
|
2
|
|
3 ; Verify that multiple input llvm.ident metadata are linked together.
|
|
4
|
|
5 ; CHECK-DAG: !llvm.ident = !{!0, !1, !2}
|
|
6 ; CHECK-DAG: "Compiler V1"
|
|
7 ; CHECK-DAG: "Compiler V2"
|
|
8 ; CHECK-DAG: "Compiler V3"
|
|
9
|