Skip to content

Commit 8abd9ca

Browse files
authored
Update the names of patch files in CMakeLists.txt to align with the actual contents of patches folder (#603)
Update the names of patch files to align with trunk.
1 parent e6c3ec6 commit 8abd9ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,9 @@ set(
285285
${CMAKE_CURRENT_SOURCE_DIR}/patches/llvm-project/0004-libc-tests-with-picolibc-mark-sort-test-as-long-one.patch
286286
${CMAKE_CURRENT_SOURCE_DIR}/patches/llvm-project/0005-libc-tests-with-picolibc-XFAIL-uses-of-atomics.patch
287287
${CMAKE_CURRENT_SOURCE_DIR}/patches/llvm-project/0006-libc-tests-with-picolibc-mark-two-more-large-tests.patch
288-
${CMAKE_CURRENT_SOURCE_DIR}/patches/llvm-project/0007-Remove-ctime.timespec.compile.pass.cpp-xfail.patch
289-
${CMAKE_CURRENT_SOURCE_DIR}/patches/llvm-project/0008-libc-AArch64-Add-an-AArch64-setjmp-longjmp-101177.patch
288+
${CMAKE_CURRENT_SOURCE_DIR}/patches/llvm-project/0007-PATCH-Remove-ctime.timespec.compile.pass.cpp-xfail.patch
289+
${CMAKE_CURRENT_SOURCE_DIR}/patches/llvm-project/0008-PATCH-libc-AArch64-Add-an-AArch64-setjmp-longjmp.-10.patch
290+
${CMAKE_CURRENT_SOURCE_DIR}/patches/llvm-project/0009-DAGISel-Keep-flags-when-converting-FP-load-store-to-.patch
290291
)
291292
FetchContent_Declare(llvmproject
292293
GIT_REPOSITORY https://github.com/llvm/llvm-project.git

0 commit comments

Comments
 (0)