Change code-object flag to only HIP-Clang

[ROCm/hip commit: 1c6365fbe7]
此提交包含在:
Aaron Enye Shi
2019-02-11 17:18:12 +00:00
父節點 1a8b50e63c
當前提交 17a853c277
+1 -1
查看文件
@@ -743,7 +743,7 @@ if ($buildDeps and $HIP_PLATFORM eq 'clang') {
if ($useCodeObjectV3 and $HIP_PLATFORM eq 'clang') {
$HIPCXXFLAGS .= " -mcode-object-v3";
} else {
} elsif ($HIP_PLATFORM eq 'clang') {
$HIPCXXFLAGS .= " -mno-code-object-v3";
}