Work around QEMU bugs

This commit is contained in:
Justine Tunney 2024-07-07 15:42:46 -07:00
parent f7780de24b
commit f590e96abd
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 12 additions and 6 deletions

View file

@ -44,6 +44,7 @@ TEST_LIBC_INTRIN_DIRECTDEPS = \
TOOL_VIZ_LIB \
THIRD_PARTY_COMPILER_RT \
THIRD_PARTY_NSYNC \
THIRD_PARTY_OPENMP \
THIRD_PARTY_XED
TEST_LIBC_INTRIN_DEPS := \
@ -76,6 +77,10 @@ $(TEST_LIBC_INTRIN_OBJS): private \
CFLAGS += \
-fno-builtin
$(TEST_LIBC_INTRIN_OBJS): private \
CXXFLAGS += \
-fopenmp
.PHONY: o/$(MODE)/test/libc/intrin
o/$(MODE)/test/libc/intrin: \
$(TEST_LIBC_INTRIN_BINS) \