From b4f1088281856726a58230a8f2d180c6b3d6153b Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Thu, 21 Apr 2022 18:53:32 +0100 Subject: [PATCH] llc Gbp-Pq: Name llc.patch --- configure.ac | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index e190d6ce..51306c76 100644 --- a/configure.ac +++ b/configure.ac @@ -497,11 +497,12 @@ [ AS_IF([test "$CLANG" != no], [ - llc_candidates=$($CLANG --version | \ - awk '/^clang version/ { - split($3, v, "."); - printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) - }') + #llc_candidates=$($CLANG --version | \ + # awk '/^clang version/ { + # split($3, v, "."); + # printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) + # }') + llc_candidates=llc AC_CHECK_PROGS([LLC], [$llc_candidates], "no") if test "$LLC" = "no"; then AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files]) -- 2.30.2