Skip to content

Commit b52a51e

Browse files
committed
CMakeLists.txt: tiny fix to instructions comment.
Now that our downstream picolibc changes are in the form of multiple patches in a subdirectory, it's better to apply them with 'git am' so they turn into separate commits, instead of 'git apply', the same way we do it for llvm-project.
1 parent dca45e7 commit b52a51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# git -C repos clone https://github.com/llvm/llvm-project.git
4848
# git -C repos/llvm-project am -k $PWD/patches/llvm-project/*.patch
4949
# git -C repos clone https://github.com/picolibc/picolibc.git
50-
# git -C repos/picolibc apply $PWD/patches/picolibc/*.patch
50+
# git -C repos/picolibc am -k $PWD/patches/picolibc/*.patch
5151
# mkdir build
5252
# cd build
5353
# cmake .. -GNinja -DFETCHCONTENT_SOURCE_DIR_LLVMPROJECT=../repos/llvm-project -DFETCHCONTENT_SOURCE_DIR_PICOLIBC=../repos/picolibc

0 commit comments

Comments
 (0)