Files
compute-runtime/shared/offline_compiler/source/offline_compiler_ext.h
Chodor, Jaroslaw 8040d8bebf refactor: ocloc command line refactor
Related-To: NEO-14135

Signed-off-by: Chodor, Jaroslaw <jaroslaw.chodor@intel.com>
2025-02-25 11:11:28 +01:00

16 lines
182 B
C++

/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <string>
namespace NEO {
std::string getOfflineCompilerOptionsExt();
}