Skip to content

Commit

Permalink
KUDU-3064 Make libunwind symbols work for all platform
Browse files Browse the repository at this point in the history
Change-Id: I9bc48269a03fd7fcd67025fe112400bba70fba57
Reviewed-on: http://gerrit.cloudera.org:8080/15419
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Adar Dembo <[email protected]>
  • Loading branch information
huangtianhua authored and adembo committed Mar 12, 2020
1 parent b2daddd commit 9e0d17e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/kudu/client/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
# be used by client applications.
local:
# libunwind
_ULx86_64_*;
_Ux86_64_*;
_U_dyn_info_list_addr;
_U*;
unw_backtrace;

# libev
Expand Down

0 comments on commit 9e0d17e

Please sign in to comment.