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:
Chodor, Jaroslaw
2018-07-29 00:47:55 +02:00
committed by sys_ocldev
parent ea92874a66
commit c5becf63f7
4 changed files with 22 additions and 11 deletions

View File

@@ -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";