diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-03-23 23:34:29 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-03-23 23:39:19 +0300 |
commit | 78478269d2c9be315164d15c14e6e222a06d2f40 (patch) | |
tree | 2f2745ab81cf650f8921c6430da30a84734d7a39 /tools/perf/util/Build | |
parent | 0741208a7cd4fc651316f1f861ad9e83495765fc (diff) | |
download | linux-78478269d2c9be315164d15c14e6e222a06d2f40.tar.xz |
perf llvm: Use realpath to canonicalize paths
To kill the last user of make_nonrelative_path(), that gets ditched,
one more panicking function killed.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-3hu56rvyh4q5gxogovb6ko8a@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/Build')
-rw-r--r-- | tools/perf/util/Build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/Build b/tools/perf/util/Build index eea25e2424e9..da48fd843438 100644 --- a/tools/perf/util/Build +++ b/tools/perf/util/Build @@ -1,4 +1,3 @@ -libperf-y += abspath.o libperf-y += alias.o libperf-y += annotate.o libperf-y += build-id.o |