From 7a2ffe50e667aa604eebeb5bb69d4d987d7c04ee Mon Sep 17 00:00:00 2001 From: gobhardw Date: Wed, 12 Jul 2023 10:17:45 +0530 Subject: [PATCH] SWDEV-406614 enabling symbol lookup in .dynsym of code object Change-Id: I166ee9f4bf86e639d54926765a47bb152cd01338 [ROCm/rocprofiler commit: 95eb737f29bfa5029229a0a8241843ebb963eb98] --- projects/rocprofiler/test/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/rocprofiler/test/run.sh b/projects/rocprofiler/test/run.sh index f1b331d9a5..b0389f3c9b 100755 --- a/projects/rocprofiler/test/run.sh +++ b/projects/rocprofiler/test/run.sh @@ -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