SWDEV-359882 - hipcc compiler does not work when installation path contains spaces (#3117)
Change-Id: I35fb67091f1d65ad9474e80f71826a3031c9654e
This commit is contained in:
committato da
GitHub
parent
464abba716
commit
d2555768ac
Executable → Regular
+3
@@ -172,6 +172,9 @@ if ($HIP_PLATFORM eq "amd") {
|
||||
if($isWindows) {
|
||||
$HIPLDFLAGS .= " -fuse-ld=lld";
|
||||
$HIPLDFLAGS .= " --ld-path=$HIP_CLANG_PATH/lld-link.exe";
|
||||
|
||||
# escape possible spaces in path name
|
||||
$HIPCC =~ s/\s/\\$&/g;
|
||||
}
|
||||
|
||||
# get Clang RT Builtin path
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user