Merge pull request #479 from yxsamliu/fix-hipcc

Drop --amdgpu-target= options for hip-clang
Этот коммит содержится в:
Maneesh Gupta
2018-05-31 09:12:36 +05:30
коммит произвёл GitHub
родитель a1fea02c6e 9008a3ec56
Коммит bbdbcd1fe7
+4
Просмотреть файл
@@ -303,6 +303,10 @@ foreach $arg (@ARGV)
$default_amdgpu_target = 0;
}
# hip-clang does not accept --amdgpu-target= options.
if (($arg =~ /--amdgpu-target=/) and $HIP_PLATFORM eq 'clang' ) {
$swallowArg = 1;
}
if(($trimarg eq '-stdlib=libstdc++') and ($setStdLib eq 0))
{