1f4a2713aSLionel Sambuc // RUN: %clang %s -emit-llvm -S -o - | FileCheck %s 2f4a2713aSLionel Sambuc // Verify that clang version appears in the llvm.ident metadata. 3f4a2713aSLionel Sambuc 4*0a6a1f1dSLionel Sambuc // CHECK: !llvm.ident = !{{{.*}}} 5*0a6a1f1dSLionel Sambuc // CHECK: !{{[0-9]+}} = !{!{{.*}} 6f4a2713aSLionel Sambuc 7