brintos

brintos / llvm-project-archived public Read only

0
0
Text · 410 B · 86dcc50 Raw
13 lines · plain
1; Check that the git revision is contained in the assembly/object files2 3; REQUIRES: vc-rev-enabled 4 5; RUN: llc < %s | FileCheck %s -DREVISION=git-revision6; RUN: llc -filetype=obj < %s | FileCheck %s -DREVISION=git-revision7 8; CHECK: ([[REVISION]])9 10source_filename = "git_revision.cpp"11target datalayout = "E-m:a-Fi64-i64:64-n32:64-S128-v256:256:256-v512:512:512"12target triple = "powerpc64-ibm-aix7.2.0.0"13