Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
polly
/
lib
/
External
/
ppcg
/
version.c
blob: cc19514605714e151f3ff957ed2b4e6725abd5a7 [
file
] [
log
] [
blame
]
#include
"gitversion.h"
const
char
*
ppcg_version
(
void
)
{
return
GIT_HEAD_ID
"\n"
;
}