From 8e3dbe57cfcf38c1a09e895c84f0890c4ba6e1ef Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Tue, 27 Sep 2022 22:24:59 +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 6bce748d..ddd12dd2 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