SWDEV-335125 - Windows: path for lld-link (#2681)

Change-Id: I499ef11e2b6811d97c06bc804d65fac9fc2429b2


[ROCm/hip commit: 5e6f4ba06d]
This commit is contained in:
ROCm CI Service Account
2022-05-18 03:24:10 +05:30
committato da GitHub
parent ab9a86147f
commit 710e9220b5
+1
Vedi File
@@ -155,6 +155,7 @@ if ($HIP_PLATFORM eq "amd") {
# to avoid using dk linker or MSVC linker
if($isWindows) {
$HIPLDFLAGS .= " -fuse-ld=lld";
$HIPLDFLAGS .= " --ld-path=$HIP_CLANG_PATH/lld-link.exe";
}
$HIP_CLANG_VERSION = `$HIPCC --version`;
$HIP_CLANG_VERSION=~/.*clang version (\S+).*/;