llc
authorPierre Chifflier <pollux@debian.org>
Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)
committerSascha Steinbiss <satta@debian.org>
Mon, 30 Aug 2021 18:56:18 +0000 (19:56 +0100)
Gbp-Pq: Name llc.patch

configure.ac

index 2da02f1626004031dbb9ae7a28941b9057ac6e5b..126d5bb1f8bcbe88d1f58e9613d9a0e685fc4cb5 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])