SWDEV-467155 : Add llvm to RPATH search path
Change-Id: I3598d7938bd63b06fd9cf14906c4ed3e7cc52a82
[ROCm/rocm-core commit: 2cc55b27ac]
Este commit está contenido en:
@@ -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)
|
||||
|
||||
Referencia en una nueva incidencia
Block a user