Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
polly
/
lib
/
External
/
ppcg
/
version.c
blob: cc19514605714e151f3ff957ed2b4e6725abd5a7 [
file
] [
log
] [
blame
]
#include
"gitversion.h"
const
char
*
ppcg_version
(
void
)
{
return
GIT_HEAD_ID
"\n"
;
}