llc
authorPierre Chifflier <pollux@debian.org>
Tue, 29 Nov 2022 10:19:06 +0000 (10:19 +0000)
committerSascha Steinbiss <satta@debian.org>
Tue, 29 Nov 2022 10:19:06 +0000 (10:19 +0000)
Gbp-Pq: Name llc.patch

configure.ac

index 23740758cfef0cb25b99e4282900f34b18484126..468581b49f78ee2e24f82e91938482f6a3173787 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])