repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Driver
/
ident_md.c
blob
0e664c2e1ea626a9877688278316360a5bcfe324
1
// RUN: %clang %s -emit-llvm -S -o - | FileCheck %s
2
// Verify that clang version appears in the llvm.ident metadata.
3
4
// CHECK: !llvm.ident = !{{{.*}}}
5
// CHECK: !{{[0-9]+}} = !{!{{.*}}
6