SWDEV-406614 enabling symbol lookup in .dynsym of code object

Change-Id: I166ee9f4bf86e639d54926765a47bb152cd01338
This commit is contained in:
gobhardw
2023-07-12 10:17:45 +05:30
parent e892d68dcd
commit 95eb737f29
+3
View File
@@ -25,6 +25,9 @@
BIN_NAME=`basename $0`
BIN_DIR=`dirname $0`
#To enable symbol lookup in .dynsyn section after llvm-strip
export LOADER_USE_DYNSYM=1
# test filter input
test_filter=-1
if [ -n "$1" ] ; then