History log of /llvm-project/llvm/test/CodeGen/PowerPC/git_revision.ll (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5
# 8cde1cfc 01-May-2024 Jake Egan <Jake.egan@ibm.com>

[AIX] Add git revision to .file string (#88164)

If `LLVM_APPEND_VC_REV` is on, add the git revision to the `.file`
string. The revision can be set with `LLVM_FORCE_VC_REVISION`.

Before:
`.file

[AIX] Add git revision to .file string (#88164)

If `LLVM_APPEND_VC_REV` is on, add the git revision to the `.file`
string. The revision can be set with `LLVM_FORCE_VC_REVISION`.

Before:
`.file "git_revision.cpp",,"LLVM version 19.0.0git"`

After:
`.file "git_revision.cpp",,"LLVM version 19.0.0git (LLVM_REVISION)"`

show more ...