Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf tools: Fix LLVM download hint link

http://llvm.org/apt returns 404, it has moved to https://apt.llvm.org/

Signed-off-by: James Clark <james.clark@arm.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: clang-built-linux@googlegroups.com
Link: http://lore.kernel.org/lkml/20210831145501.2135754-3-james.clark@arm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

James Clark and committed by
Arnaldo Carvalho de Melo
40a72c64 792adb1a

+1 -1
+1 -1
tools/perf/util/llvm-utils.c
··· 234 234 " \t\tgit clone http://llvm.org/git/clang.git\n\n" 235 235 " \tOr fetch the latest clang/llvm 3.7 from pre-built llvm packages for\n" 236 236 " \tdebian/ubuntu:\n" 237 - " \t\thttp://llvm.org/apt\n\n" 237 + " \t\thttps://apt.llvm.org/\n\n" 238 238 " \tIf you are using old version of clang, change 'clang-bpf-cmd-template'\n" 239 239 " \toption in [llvm] section of ~/.perfconfig to:\n\n" 240 240 " \t \"$CLANG_EXEC $CLANG_OPTIONS $KERNEL_INC_OPTIONS $PERF_BPF_INC_OPTIONS \\\n"