mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Forcing llvm as intermediate for Link, CreateLib
Link and CreateLibrary will use llvm IR as intermediate representation always Change-Id: I370e92ee258d997f04f40320ab4a478970ee22bd
This commit is contained in:
committed by
sys_ocldev
parent
ea92874a66
commit
c5becf63f7
@@ -29,8 +29,8 @@ namespace Os {
|
||||
// These options determine the Windows specific behavior for
|
||||
// the runtime unit tests
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
const char *frontEndDllName = "mock_igdfcl.dll";
|
||||
const char *igcDllName = "mock_igc.dll";
|
||||
const char *frontEndDllName = "";
|
||||
const char *igcDllName = "";
|
||||
const char *gdiDllName = "gdi32_mock.dll";
|
||||
const char *gmmDllName = "mock_gmm.dll";
|
||||
const char *gmmEntryName = "openMockGmm";
|
||||
|
||||
Reference in New Issue
Block a user