From 546f50fbec373acf6aafe1d22df820c4c5de261f Mon Sep 17 00:00:00 2001 From: Aaron Enye Shi Date: Mon, 13 Jul 2020 14:07:16 -0400 Subject: [PATCH] Update to use new bitcode library structure Also, continue support for old bitcode library layout for backwards compatibility. Requires PR: https://github.com/ROCmSoftwarePlatform/hsa-class/pull/3 Change-Id: I55b4fdb4c11442a4920eb721d178861b18912417 [ROCm/roctracer commit: ee3ed373358912108db93e3d996e622e898e78eb] --- projects/roctracer/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/roctracer/test/CMakeLists.txt b/projects/roctracer/test/CMakeLists.txt index a0de735905..3e3b9654f3 100644 --- a/projects/roctracer/test/CMakeLists.txt +++ b/projects/roctracer/test/CMakeLists.txt @@ -44,7 +44,7 @@ endif () ## Path to HSA test set ( HSA_TEST_DIR "${TEST_DIR}/hsa/test" ) -set ( HSA_REV "48bd999" ) +set ( HSA_REV "5b47aae" ) ## test run script set ( RUN_SCRIPT "${TEST_DIR}/run.sh" )