llc
authorPierre Chifflier <pollux@debian.org>
Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)
committerSascha Steinbiss <satta@debian.org>
Thu, 18 Nov 2021 21:57:47 +0000 (21:57 +0000)
Gbp-Pq: Name llc.patch

configure.ac

index 47341520ef6ff1265fb3e7d2dfa2a8e5f8062dcd..444345271c9487a05b9e8a9b0bcb88f39831e09f 100644 (file)
           [
             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])