mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
13 lines
210 B
C++
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); |