mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 09:59:39 +08:00
fix: cl_cache - add cm header includes to whitelist
This patch adds following includes to the whitelist: <cm/cm.h> <cm/cmtl.h> Related-To: NEO-13641 Signed-off-by: Fabian Zwoliński <fabian.zwolinski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0bc86c83b6
commit
285414e852
@@ -764,6 +764,8 @@ bool CompilerCacheHelper::validateIncludes(const ArrayRef<const char> source, co
|
||||
return true;
|
||||
}
|
||||
|
||||
CompilerCacheHelper::WhitelistedIncludesVec CompilerCacheHelper::whitelistedIncludes{};
|
||||
CompilerCacheHelper::WhitelistedIncludesVec CompilerCacheHelper::whitelistedIncludes{
|
||||
"#include <cm/cm.h>",
|
||||
"#include <cm/cmtl.h>"};
|
||||
|
||||
} // namespace NEO
|
||||
Reference in New Issue
Block a user