We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b87e1a3 + b2fedee commit 13d18bdCopy full SHA for 13d18bd
amd/hipcc/src/hipBin_amd.h
@@ -847,7 +847,7 @@ void HipBinAmd::executeHipCCCmd(vector<string> argv) {
847
isObj = (hipBinUtilPtr_->substringPresent(fileType, "ELF") ||
848
hipBinUtilPtr_->substringPresent(fileType, "COFF"));
849
if (hipBinUtilPtr_->substringPresent(fileType, "ELF")) {
850
- cmd = "readelf -e -W " + obj;
+ cmd = "llvm-readelf -e -W " + obj;
851
SystemCmdOut sysOut;
852
sysOut = hipBinUtilPtr_->exec(cmd.c_str());
853
string sections = sysOut.out;
0 commit comments