Skip to content

Commit

Permalink
Correct previous patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Dec 4, 2023
1 parent 0397a2e commit b9b0b35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions SingleSource/Regression/C/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ if (ARCH STREQUAL "MOS")
)

if (CMAKE_BUILD_TYPE STREQUAL Debug AND CMAKE_C_FLAGS_DEBUG MATCHES -O0)
list(REMOVE_ITEM Source
# Too big
matrixTranspose.c
)
list(REMOVE_ITEM Source
# Too big
matrixTranspose.c
)
endif()
endif()

list(APPEND LDFLAGS -lm)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ if(ARCH STREQUAL "MOS")
# ---------------------------

# Requires libm
990826-0.c
pr39501.c

# Requires __builtin_return_address.
Expand Down Expand Up @@ -695,11 +696,13 @@ if(ARCH STREQUAL "MOS")
if (CMAKE_BUILD_TYPE STREQUAL Debug AND CMAKE_C_FLAGS_DEBUG MATCHES -O0)
file(GLOB MOSO0TestsToSkip CONFIGURE_DEPENDS
# Too big.
pr58574.c
strlen-4.c
strlen-5.c

# Too much stack.
20000412-2.c
multi-ix.c
nestfunc-4.c

# Too much reg pressure.
Expand Down

0 comments on commit b9b0b35

Please sign in to comment.