File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ AC_DEFUN([PGAC_LLVM_SUPPORT],
28
28
if echo $pgac_llvm_version | $AWK -F '.' '{ if ([ $] 1 >= 4 || ([ $] 1 == 3 && [ $] 2 >= 9)) exit 1; else exit 0;}';then
29
29
AC_MSG_ERROR ( [ $LLVM_CONFIG version is $pgac_llvm_version but at least 3.9 is required] )
30
30
fi
31
+ AC_MSG_NOTICE ( [ using llvm $pgac_llvm_version] )
31
32
32
33
# need clang to create some bitcode files
33
34
AC_ARG_VAR ( CLANG , [ path to clang compiler to generate bitcode] )
Original file line number Diff line number Diff line change 5123
5123
if echo $pgac_llvm_version | $AWK -F '.' '{ if ($1 >= 4 || ($1 == 3 && $2 >= 9)) exit 1; else exit 0;}';then
5124
5124
as_fn_error $? "$LLVM_CONFIG version is $pgac_llvm_version but at least 3.9 is required" "$LINENO" 5
5125
5125
fi
5126
+ { $as_echo "$as_me:${as_lineno-$LINENO}: using llvm $pgac_llvm_version" >&5
5127
+ $as_echo "$as_me: using llvm $pgac_llvm_version" >&6;}
5126
5128
5127
5129
# need clang to create some bitcode files
5128
5130
You can’t perform that action at this time.
0 commit comments