[PATCH] D144653: [BOLT][AArch64] ST_Function symbols start a CODE interval
Sebastian Pop via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 15:44:29 PDT 2023
sebpop added a comment.
The binary was created with clang-14 from Ubuntu 20.04.
I am using the following instructions to build envoy proxy on arm64:
git clone https://github.com/envoyproxy/envoy.git
cd envoy
./ci/run_envoy_docker.sh 'BAZEL_BUILD_EXTRA_OPTIONS="--copt=-gdwarf-4 --linkopt=-Wl,--emit-relocs" ./ci/do_ci.sh bazel.release.server_only'
cd /tmp/envoy-docker-build/envoy/source/exe/envoy
perf2bolt -p ~/perf.data -o ~/perf.fdata --nl envoy
I will try to reduce a smaller test that can be included in BOLT's testsuite.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144653/new/
https://reviews.llvm.org/D144653
More information about the llvm-commits
mailing list