SWDEV-1 - ROC CLR typos
This is cherry-picked from this github issue: https://github.com/ROCm-Developer-Tools/ROCclr/issues/28 Change-Id: I236f4f25a2dabe05883159af0fab0bad06ab0fd0
このコミットが含まれているのは:
@@ -246,7 +246,7 @@ bool LightningProgram::saveBinaryAndSetType(type_t type, void* rawBinary, size_t
|
||||
}
|
||||
else { // handle LLVM binary
|
||||
if (llvmBinary_.empty()) {
|
||||
buildLog_ += "ERROR: Tried to save emtpy LLVM binary \n";
|
||||
buildLog_ += "ERROR: Tried to save empty LLVM binary \n";
|
||||
return false;
|
||||
}
|
||||
rawBinary = (void*)llvmBinary_.data();
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする