llc
authorPierre Chifflier <pollux@debian.org>
Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +0100)
committerSascha Steinbiss <satta@debian.org>
Thu, 28 Apr 2022 06:51:06 +0000 (07:51 +0100)
Gbp-Pq: Name llc.patch

configure.ac

index e190d6ce0cc2c16fcc058006fa2d0b23f97c1cb4..51306c761d84136e4479a4f14cd24f8009bc30e9 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])