From 36e21ec7d6e0ece4a0ca29f8eac90df65aa67bf5 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Sat, 22 Jun 2024 15:57:43 +0800 Subject: [PATCH] build-llvm: remove This is a personal file, thus it should be removed from repo --- src/build-llvm.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/build-llvm.ts diff --git a/src/build-llvm.ts b/src/build-llvm.ts deleted file mode 100644 index 7cc8086..0000000 --- a/src/build-llvm.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { LLVM_SRC } from "./environment"; -import { buildLLVMHash } from "./build/llvmPackages"; - - -buildLLVMHash(LLVM_SRC, "e201a0b21b8933b7df79d5cfca2c1e89348aad1f");