This is an automated email from the ASF dual-hosted git repository.
adar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
The following commit(s) were added to refs/heads/master by this push:
new 9e0d17e KUDU-3064 Make libunwind symbols work for all platform
9e0d17e is described below
commit 9e0d17e0e9f7f2a2aa49c4c533ec5fa93f0443e0
Author: huangtianhua <[email protected]>
AuthorDate: Thu Mar 12 10:14:08 2020 +0000
KUDU-3064 Make libunwind symbols work for all platform
Change-Id: I9bc48269a03fd7fcd67025fe112400bba70fba57
Reviewed-on: http://gerrit.cloudera.org:8080/15419
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Adar Dembo <[email protected]>
---
src/kudu/client/symbols.map | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/kudu/client/symbols.map b/src/kudu/client/symbols.map
index a58c9cd..b3af391 100644
--- a/src/kudu/client/symbols.map
+++ b/src/kudu/client/symbols.map
@@ -3,9 +3,7 @@
# be used by client applications.
local:
# libunwind
- _ULx86_64_*;
- _Ux86_64_*;
- _U_dyn_info_list_addr;
+ _U*;
unw_backtrace;
# libev