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