SWDEV-467155 : Add llvm to RPATH search path

Change-Id: I3598d7938bd63b06fd9cf14906c4ed3e7cc52a82


[ROCm/rocm-core commit: 2cc55b27ac]
Este commit está contenido en:
Nirmal Unnikrishnan
2024-06-11 13:24:59 -05:00
padre 06eefbd1e2
commit 5082cf8961
+2 -1
Ver fichero
@@ -169,7 +169,8 @@ def main():
sys.exit(0)
# Find the elf files in the serach path and update DT_RUNPATH to DT_RPATH
excludes = ['llvm', 'rocm-llvm', 'rocm-llvm-alt']
# SWDEV-467155 : remove the exclusion of llvm folder
excludes = []
update_rpath(args.searchdir, excludes)
# Update rocm clang configs to default to DT_RPATH
update_compiler_config(args.searchdir)