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
This commit is contained in:
Aaron Enye Shi
2020-07-13 14:07:16 -04:00
parent 086a88288e
commit ee3ed37335
+1 -1
View File
@@ -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" )