Revert "Change code-object flag to only HIP-Clang"

This reverts commit 1c6365fbe7.
이 커밋은 다음에 포함됨:
Yaxun Sam Liu
2019-02-28 11:20:04 -05:00
부모 737972d31c
커밋 1bd8d24278
+1 -1
파일 보기
@@ -763,7 +763,7 @@ if ($buildDeps and $HIP_PLATFORM eq 'clang') {
if ($useCodeObjectV3 and $HIP_PLATFORM eq 'clang') {
$HIPCXXFLAGS .= " -mcode-object-v3";
} elsif ($HIP_PLATFORM eq 'clang') {
} else {
$HIPCXXFLAGS .= " -mno-code-object-v3";
}