Skip to content

Commit 890ca0e

Browse files
committed
Move to latest lfi builds
1 parent f3dd35a commit 890ca0e

2 files changed

Lines changed: 2 additions & 19 deletions

File tree

src/chapters/lfi-sandbox.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/examples/lfi-hello-example/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ endif()
2828

2929
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
3030
if (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "x86_64")
31-
set (lfi-clang-url https://github.com/lfi-project/lfi-llvm-toolchain/releases/download/v0.9/x86_64-lfi-clang.tar.gz)
31+
set (lfi-clang-url https://github.com/lfi-project/lfi/releases/download/v0.10/x86_64-lfi-clang.tar.gz)
3232
elseif (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "aarch64")
33-
set (lfi-clang-url https://github.com/lfi-project/lfi-llvm-toolchain/releases/download/v0.9/aarch64-lfi-clang.tar.gz)
33+
set (lfi-clang-url https://github.com/lfi-project/lfi/releases/download/v0.10/aarch64-lfi-clang.tar.gz)
3434
else()
3535
message(FATAL_ERROR "LFI binaries only available for x86_64 and aarch64.")
3636
endif()

0 commit comments

Comments
 (0)