aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/llvm-c-helpers.cpp
diff options
context:
space:
mode:
authorDmitry Vyukov <[email protected]>2025-01-08 07:02:28 +0000
committerArnaldo Carvalho de Melo <[email protected]>2025-01-08 20:38:32 +0000
commit9c64c7c658265f93350aedf77c6b4055ebd71688 (patch)
treebd3fe67ea4c2116f30911de0724a6e302bc3d1b2 /tools/perf/util/llvm-c-helpers.cpp
parentperf test trace_btf_general: Fix shellcheck warning (diff)
downloadkernel-9c64c7c658265f93350aedf77c6b4055ebd71688.tar.gz
kernel-9c64c7c658265f93350aedf77c6b4055ebd71688.zip
perf llvm-add2line: Remove unused symbol_conf.h include
Remove unused symbol_conf.h include. First, it's just unused. Second, it's problematic since this is a C++ file, and most perf headers don't compile as C++. So if any other includes are added to symbol_conf.h, it may break the build. Signed-off-by: Dmitriy Vyukov <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Namhyung Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/llvm-c-helpers.cpp')
-rw-r--r--tools/perf/util/llvm-c-helpers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/llvm-c-helpers.cpp b/tools/perf/util/llvm-c-helpers.cpp
index 663bcaba2041..004081bd12c9 100644
--- a/tools/perf/util/llvm-c-helpers.cpp
+++ b/tools/perf/util/llvm-c-helpers.cpp
@@ -18,7 +18,6 @@
extern "C" {
#include <linux/zalloc.h>
}
-#include "symbol_conf.h"
#include "llvm-c-helpers.h"
extern "C"