From 7878653e8dbd65d94ea8ea8bae6e0afd3c3d0af3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 27 May 2025 23:02:19 +0200 Subject: fix: fix SEGFAULT on CxxDrv (AMD64), caused by a stack corruption. refactor: Refactor LibCompiler's codebase, deperecate older C compilers, and fully focusing on C++ now. Signed-off-by: Amlal El Mahrouss --- tools/cxxdrv.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/cxxdrv.cc b/tools/cxxdrv.cc index 98cc613..a6f12ee 100644 --- a/tools/cxxdrv.cc +++ b/tools/cxxdrv.cc @@ -11,11 +11,7 @@ #include #include #include -#include - -typedef Int32(*LibCompilerEntrypoint)(Int32 argc, CharType const* argv[]); - -typedef VoidPtr DylibHandle; +#include static auto kPath = "/usr/local/lib/libCompiler.dylib"; -- cgit v1.2.3