Skip to content

Commit

Permalink
Fix typo in ExtAPI.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shuangxiangkan committed Oct 2, 2023
1 parent 16b96a6 commit 41a3a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svf/lib/Util/ExtAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ std::string ExtAPI::getExtBcPath()
if (!stat(bcFilePath.c_str(), &statbuf))
return bcFilePath;

SVFUtil::errs() << "No extpai.bc found at " << bcFilePath << " for getExtAPI(); set $SVF_DIR first!\n";
SVFUtil::errs() << "No extapi.bc found at " << bcFilePath << " for getExtAPI(); The default path for extapi.bc is: SVF_IR_PATH/CMAKE_BUILD_TYPE-build/svf-llvm/extapi.bc !\n";
abort();
}

Expand Down

0 comments on commit 41a3a06

Please sign in to comment.