llc
authorPierre Chifflier <pollux@debian.org>
Thu, 8 Feb 2024 22:22:40 +0000 (23:22 +0100)
committerSascha Steinbiss <satta@debian.org>
Thu, 8 Feb 2024 22:22:40 +0000 (23:22 +0100)
Gbp-Pq: Name llc.patch

configure.ac

index 7e6f4003c946791919a73c4c9aea678ad42d2e4d..0724c4c8a1b9486f75dc05d0fc9e703c624c554d 100644 (file)
           [
             AS_IF([test "$CLANG" != no],
                   [
-                    llc_candidates=$($CLANG --version | sed -e 's/.*clang version/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 | sed -e 's/.*clang version/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])