File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -491,8 +491,6 @@ macro(generate_runtime_lib LIB_NAME MOCKABLE GENERATE_EXEC)
491
491
endif ()
492
492
endmacro (generate_runtime_lib)
493
493
494
- set (NEO_MOCKABLE_LIB_NAME "igdrcl_lib_mockable" ) # Used by ULTS
495
- set (NEO_RELEASE_LIB_NAME "igdrcl_lib_release" ) # Used by dll/so
496
494
set (NEO_DYNAMIC_LIB_NAME "igdrcl_dll" ) # single NEO dll
497
495
set (NEO_DLL_NAME_BASE "igdrcl" )
498
496
@@ -502,8 +500,18 @@ set(BUILTINS_BINARIES_LIB_NAME "builtins_binaries")
502
500
set (SCHEDULER_BINARY_LIB_NAME "scheduler_binary" )
503
501
504
502
add_subdirectory (elf)
505
- generate_runtime_lib(${NEO_RELEASE_LIB_NAME} FALSE TRUE )
506
- generate_runtime_lib(${NEO_MOCKABLE_LIB_NAME} TRUE FALSE )
503
+ if (DONT_CARE_OF_VIRTUALS)
504
+ message (STATUS "All targets will use virtuals" )
505
+
506
+ set (NEO_RELEASE_LIB_NAME "igdrcl_lib" )
507
+ set (NEO_MOCKABLE_LIB_NAME ${NEO_RELEASE_LIB_NAME} )
508
+ generate_runtime_lib(${NEO_RELEASE_LIB_NAME} TRUE TRUE )
509
+ else ()
510
+ set (NEO_MOCKABLE_LIB_NAME "igdrcl_lib_mockable" ) # Used by ULTS
511
+ set (NEO_RELEASE_LIB_NAME "igdrcl_lib_release" ) # Used by dll/so
512
+ generate_runtime_lib(${NEO_RELEASE_LIB_NAME} FALSE TRUE )
513
+ generate_runtime_lib(${NEO_MOCKABLE_LIB_NAME} TRUE FALSE )
514
+ endif ()
507
515
508
516
if (TARGET OpenCL)
509
517
target_include_directories (OpenCL PRIVATE ${KHRONOS_HEADERS_DIR} )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ components:
31
31
branch : infra
32
32
clean_on_sync : true
33
33
dest_dir : infra
34
- revision : 037807f15c32ab1346a8ed23a0c26e76870ddde0
34
+ revision : 3c5866c732da9dcadb7dc4a7c7f11aab7950d0ac
35
35
type : git
36
36
internal :
37
37
branch : master
You can’t perform that action at this time.
0 commit comments