[llvm] [AIX] Add git revision to .file string (PR #88164)
Jake Egan via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 13:16:04 PDT 2024
================
@@ -0,0 +1,13 @@
+; Check that the git revision is contained in the assembly/object files
+
+; RUN: cd %S && git rev-parse HEAD > %t
----------------
jakeegan wrote:
I've tried `llc --version`, but it doesn't return the revision unfortunately. I'll try to find some other ways.
https://github.com/llvm/llvm-project/pull/88164
More information about the llvm-commits
mailing list