From 46bac6b2844cdc99eadb6b6ed181caf39eccc9f4 Mon Sep 17 00:00:00 2001 From: Pierre Chifflier Date: Tue, 12 Jul 2022 15:57:16 +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 d60c5926..fe64dfb5 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