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