Files
compute-runtime/shared/offline_compiler/source/utilities/safety_caller.h
chmielew e28419fc91 moving ocloc to shared folder
Change-Id: Ic739cf747f7e6fae2c0cd57f0bc1aa0899d3aa53
2020-02-27 18:46:00 +01:00

13 lines
210 B
C++

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
class OfflineCompiler;
}
extern int buildWithSafetyGuard(NEO::OfflineCompiler *compiler);