7 lines
187 B
C
7 lines
187 B
C
// RUN: %clang %s -emit-llvm -S -o - | FileCheck %s
|
|
// Verify that clang version appears in the llvm.ident metadata.
|
|
|
|
// CHECK: !llvm.ident = !{{{.*}}}
|
|
// CHECK: !{{[0-9]+}} = !{!{{.*}}
|
|
|