Skip to content

Commit

Permalink
Revert pulling in powf code into librt. (iree-org#7425)
Browse files Browse the repository at this point in the history
There seems to be an issue into how the LLVM IR for this is produced
from MUSL and pulled into librt. Triaging this, but removing known bad
path in the mean time.
  • Loading branch information
MaheshRavishankar authored Oct 21, 2021
1 parent fecef96 commit 539a16d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
musldir=${MUSL_DIR}
include $(musldir)/Makefile

IREE_BASE_SRCS = $(addprefix $(srcdir)/,src/math/ceilf.c src/math/floorf.c src/math/fmodf.c src/math/powf.c src/math/__math_invalidf.c)
IREE_BASE_SRCS = $(addprefix $(srcdir)/,src/math/ceilf.c src/math/floorf.c src/math/fmodf.c)
IREE_BASE_LLS = $(patsubst $(srcdir)/%,%.ll,$(basename $(IREE_BASE_SRCS)))
IREE_BASE_BCS = $(patsubst $(srcdir)/%,%.bc,$(basename $(IREE_BASE_SRCS)))
IREE_LL_FILES = $(addprefix obj/, $(IREE_BASE_LLS))
Expand Down
Binary file modified iree/compiler/Dialect/HAL/Target/LLVM/librt/bin/librt.bc
Binary file not shown.

0 comments on commit 539a16d

Please sign in to comment.