diff options
author | Ana Pazos <apazos@quicinc.com> | 2019-02-14 21:38:40 +0000 |
---|---|---|
committer | Ana Pazos <apazos@quicinc.com> | 2019-02-14 21:38:40 +0000 |
commit | bbb8129b2cdd456d54a4d8cd26550706bc5105d4 (patch) | |
tree | a9753b8781c498ab22304e4a06654cb361ab68f3 /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | 48d680dd5667ee35b85df7ca4b93933d370578bc (diff) | |
download | bcm5719-llvm-bbb8129b2cdd456d54a4d8cd26550706bc5105d4.tar.gz bcm5719-llvm-bbb8129b2cdd456d54a4d8cd26550706bc5105d4.zip |
Set hidden attribute on lprofMergeValueProfData
Summary:
The changes in https://reviews.llvm.org/D44847 cause load time failure
due to lprofMergeValueProfData in Android libs enabled with profile generation:
"dlopen failed: cannot locate symbol "lprofMergeValueProfData" referenced by..."
Marking lprofMergeValueProfData as hidden so the correct in-module definition
is picked by the linker.
Reviewers: davidxl
Reviewed By: davidxl
Subscribers: efriedma, xur, davidxl, llvm-commits
Differential Revision: https://reviews.llvm.org/D55893
llvm-svn: 354064
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions