From 4e126db4c9b5027c04920d4650a7fe7004ec37db Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:27:47 +0000 Subject: [PATCH] Fix llvm 17 build instructions Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78c66e9e1..8283e30ca 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ git apply -v ../CppInterOp/patches/llvm/clang{version}-*.patch and ```powershell -cp -r ..\CppInterOp\patches\llvm\clang17* . +cp -r ..\CppInterOp\patches\llvm\clang{version}* . git apply -v clang{version}-*.patch ```