llc
authorPierre Chifflier <pollux@debian.org>
Fri, 15 Sep 2023 19:18:47 +0000 (20:18 +0100)
committerSascha Steinbiss <satta@debian.org>
Fri, 15 Sep 2023 19:18:47 +0000 (20:18 +0100)
Gbp-Pq: Name llc.patch

configure.ac

index 12b1c4a0ec7f26eab8518b1cfcb710d7d409e536..aaf0a44aa139ee84f037bc7bc9b4cb70703c5a57 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])