Let hipcc link -lpthread -lm by default
[ROCm/clr commit: 7d1492ab61]
Este commit está contenido en:
@@ -725,7 +725,7 @@ if ($needLDFLAGS and not $compileOnly) {
|
||||
}
|
||||
$CMD .= " $toolArgs";
|
||||
if ($needLDFLAGS and not $compileOnly and $HIP_PLATFORM eq "clang") {
|
||||
$CMD .= " -lgcc_s -lgcc";
|
||||
$CMD .= " -lgcc_s -lgcc -lpthread -lm";
|
||||
}
|
||||
|
||||
if ($verbose & 0x1) {
|
||||
|
||||
Referencia en una nueva incidencia
Block a user