llc
authorPierre Chifflier <pollux@debian.org>
Thu, 19 Oct 2023 17:30:48 +0000 (18:30 +0100)
committerSascha Steinbiss <satta@debian.org>
Thu, 19 Oct 2023 17:30:48 +0000 (18:30 +0100)
Gbp-Pq: Name llc.patch

configure.ac

index 974085eec461090c17d3abfc5994abf32dfbf27e..e0938d8e3e840037cb868e044fe5a13e0c6c2d3e 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])