From 5d0a7558d6c53954f912005ed04991396d72b67f Mon Sep 17 00:00:00 2001 From: Cheng Shao Date: Sat, 11 Dec 2021 15:04:49 +0000 Subject: [PATCH] Add TODO pointing to LLVM bug report --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index eeb1e065..44d55a5f 100644 --- a/Makefile +++ b/Makefile @@ -389,6 +389,8 @@ $(MUSL_PRINTSCAN_NO_FLOATING_POINT_OBJS): CFLAGS += \ -D__wasilibc_printscan_no_floating_point \ -D__wasilibc_printscan_floating_point_support_option="\"remove -lc-printscan-no-floating-point from the link command\"" +# TODO: apply -mbulk-memory globally, once +# https://github.com/llvm/llvm-project/issues/52618 is resolved $(BULK_MEMORY_OBJS): CFLAGS += \ -mbulk-memory