name change vdi to rocclr

Change-Id: I856d6ac1a9a83d89715d6e33dec4aa17abc2f2f2
Bu işleme şunda yer alıyor:
Payam
2020-04-29 23:32:12 -04:00
işlemeyi yapan: Aakash Sudhanwa
ebeveyn bfbc8cd09b
işleme d6100a9547
3 değiştirilmiş dosya ile 57 ekleme ve 57 silme
+1 -1
Dosyayı Görüntüle
@@ -1765,7 +1765,7 @@ std::vector<std::string> Program::ProcessOptions(amd::option::Options* options)
} else {
if (isHIP()) {
optionsVec.push_back("-D__HIP_VDI__=1");
optionsVec.push_back("-D__HIP_ROCclr__=1");
scratchStr.clear();
std::string target(machineTarget_);
std::transform(target.begin(), target.end(), target.begin(), ::toupper);