Merge pull request #479 from yxsamliu/fix-hipcc

Drop --amdgpu-target= options for hip-clang
Este commit está contenido en:
Maneesh Gupta
2018-05-31 09:12:36 +05:30
cometido por GitHub
+4
Ver fichero
@@ -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))
{