mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 06:18:56 -04:00
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]+}} = !{!{{.*}}
|
|
|