From b9f3515cd311131555e3171a8a2a465b4595f424 Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Tue, 31 Jan 2023 13:34:17 +0000 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 119b6bab..6ca26cc5 100644 --- a/configure.ac +++ b/configure.ac @@ -461,11 +461,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