[3/N] compiler interface refactor - cache

Change-Id: Iac1f36f7f505b100e65c2b44dff7f1689f99bfe5
This commit is contained in:
Jaroslaw Chodor
2019-10-21 15:47:04 +02:00
parent 0bb2458dab
commit 3181939892
17 changed files with 255 additions and 256 deletions

View File

@@ -0,0 +1,15 @@
/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include "core/compiler_interface/compiler_cache.h"
namespace NEO {
CompilerCacheConfig getDefaultClCompilerCacheConfig();
}