[all-commits] [llvm/llvm-project] 8cde1c: [AIX] Add git revision to .file string (#88164)
Jake Egan via All-commits
all-commits at lists.llvm.org
Tue Apr 30 17:37:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cde1cfc60e36a1b4f632d00810983f0a7eb5462
https://github.com/llvm/llvm-project/commit/8cde1cfc60e36a1b4f632d00810983f0a7eb5462
Author: Jake Egan <Jake.egan at ibm.com>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/test/CMakeLists.txt
A llvm/test/CodeGen/PowerPC/git_revision.ll
M llvm/test/CodeGen/PowerPC/lit.local.cfg
M llvm/test/lit.site.cfg.py.in
Log Message:
-----------
[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)"`
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list