File tree 2 files changed +21
-4
lines changed
2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 6
6
TOOLCHAIN_ROOT_USR_LIB_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\clang;
7
7
TOOLCHAIN_ROOT_USR_LIB_SWIFT_CLANG=$(TOOLCHAIN_ROOT)\usr\lib\swift\clang;
8
8
ENABLE_MIMALLOC=$(ENABLE_MIMALLOC);
9
+ WORKAROUND_MIMALLOC_ISSUE_997=$(WORKAROUND_MIMALLOC_ISSUE_997);
9
10
</DefineConstants >
10
11
</PropertyGroup >
11
12
Original file line number Diff line number Diff line change 484
484
485
485
<ComponentGroup Id =" mimalloc" Directory =" _usr_bin" >
486
486
<?if $(ENABLE_MIMALLOC) == true ?>
487
+ <?if $(ProductArchitecture) = " amd64" ?>
488
+ <Component >
489
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect.dll" />
490
+ </Component >
491
+ <?if $(WORKAROUND_MIMALLOC_ISSUE_997) ?>
492
+ <Component >
493
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect-arm64.dll" />
494
+ </Component >
495
+ <?endif ?>
496
+ <?elseif $(ProductArchitecture) = " arm64" ?>
497
+ <Component >
498
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect-arm64.dll" />
499
+ </Component >
500
+ <?if $(WORKAROUND_MIMALLOC_ISSUE_997) ?>
501
+ <Component >
502
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect.dll" />
503
+ </Component >
504
+ <?endif ?>
505
+ <?endif ?>
487
506
<Component >
488
- <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-redirect.dll" />
489
- </Component >
490
- <Component >
491
- <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc-override.dll" />
507
+ <File Source =" $(TOOLCHAIN_ROOT)\usr\bin\mimalloc.dll" />
492
508
</Component >
493
509
<?endif ?>
494
510
</ComponentGroup >
You can’t perform that action at this time.
0 commit comments