[SWDEV-469495] Compile blit kernels with -fsanitize=address when asan is enabled.
Change-Id: I96e1abef43317cd58329c4a159f807878bc48cf4
This commit is contained in:
committed by
Krishna Sankisa
parent
6df2da65cd
commit
e76bf653fb
@@ -1005,6 +1005,10 @@ processOption(int OptDescTableIx, Options& Opts, const std::string& Value,
|
||||
|
||||
break;
|
||||
|
||||
case OID_FSanitize:
|
||||
if (sval != NULL)
|
||||
Opts.clangOptions.push_back("-fsanitize=" + std::string(sval));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user