File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ index 421e95c5..e7c38fa4 100644
2727+ # LLVM on Windows doesn't need --version-script export
2828+ # https://reviews.llvm.org/D63743
2929+ ifeq (, $(WINARM64_CLANG))
30- + MALLOC_LINK_FLAGS += $(EXPORT_KEY)tbbmalloc.def
30+ + MALLOC_LINK_FLAGS += $(EXPORT_KEY)tbbmalloc.def
3131+ endif
3232 $(MALLOC.DLL): tbbmalloc.def
3333 endif
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ tbbmalloc.def: $(MALLOC.DEF)
7777# LLVM on Windows doesn't need --version-script export
7878# https://reviews.llvm.org/D63743
7979ifeq (, $(WINARM64_CLANG))
80- MALLOC_LINK_FLAGS += $(EXPORT_KEY)tbbmalloc.def
80+ MALLOC_LINK_FLAGS += $(EXPORT_KEY)tbbmalloc.def
8181endif
8282$(MALLOC.DLL): tbbmalloc.def
8383endif
You can’t perform that action at this time.
0 commit comments