[2/N] Program refactor - gather compiler options

Change-Id: I0a614be73fbd87184be2dfea407582a58c27b0bc
This commit is contained in:
Jaroslaw Chodor
2019-12-01 16:13:21 +01:00
committed by sys_ocldev
parent 49ad839818
commit 72a1542140
36 changed files with 835 additions and 617 deletions

View File

@@ -6,7 +6,6 @@
*/
#include "runtime/command_queue/command_queue.h"
#include "runtime/compiler_interface/compiler_options.h"
#include "runtime/os_interface/os_context.h"
#include "runtime/program/program.h"
#include "runtime/source_level_debugger/source_level_debugger.h"
@@ -19,6 +18,7 @@
#include "unit_tests/mocks/mock_kernel.h"
#include "unit_tests/program/program_from_binary.h"
#include "compiler_options.h"
#include "gmock/gmock.h"
using namespace NEO;