Possibility to apply additional build options

Change-Id: Ic654f57b462e32f464db9df94aed1061bc5a7bac
This commit is contained in:
Pawel Wilma
2019-01-24 10:00:27 +01:00
committed by sys_ocldev
parent de022cc0eb
commit 09c62ca44c
5 changed files with 39 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2018 Intel Corporation
* Copyright (C) 2017-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -266,6 +266,7 @@ class Program : public BaseObject<_cl_program> {
void updateNonUniformFlag(const Program **inputProgram, size_t numInputPrograms);
void extractInternalOptions(std::string &options);
MOCKABLE_VIRTUAL void applyAdditionalOptions();
MOCKABLE_VIRTUAL bool appendKernelDebugOptions();
void notifyDebuggerWithSourceCode(std::string &filename);