android: prefer bigcores

This commit is contained in:
van Hauser
2020-01-28 19:23:04 +01:00
parent 465033b04a
commit bb88d98ff8
3 changed files with 34 additions and 13 deletions

View File

@ -190,7 +190,8 @@ struct InsTrim : public ModulePass {
if (instFilename.str().empty()) {
/* If the original location is empty, try using the inlined location */
/* If the original location is empty, try using the inlined location
*/
DILocation *oDILoc = cDILoc->getInlinedAt();
if (oDILoc) {
@ -424,8 +425,8 @@ struct InsTrim : public ModulePass {
}
OKF("Instrumented %u locations (%llu, %llu) (%s mode)\n",
total_instr, total_rs, total_hs,
OKF("Instrumented %u locations (%llu, %llu) (%s mode)\n", total_instr,
total_rs, total_hs,
getenv("AFL_HARDEN")
? "hardened"
: ((getenv("AFL_USE_ASAN") || getenv("AFL_USE_MSAN"))