Change code-object flag to only HIP-Clang

Tento commit je obsažen v:
Aaron Enye Shi
2019-02-11 17:18:12 +00:00
rodič 8062305f0b
revize 2a956540ee
+1 -1
Zobrazit soubor
@@ -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";
}