Change code-object flag to only HIP-Clang
[ROCm/hip commit: 1c6365fbe7]
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user