Skip to content

Instantly share code, notes, and snippets.

@Dhananjay-JSR
Dhananjay-JSR / build.cmd
Created December 17, 2022 03:21 — forked from mmozeiko/build.cmd
download & build llvm+clang on Windows
@echo off
setlocal enabledelayedexpansion
rem !!! build requirements !!!
rem Visual Studio 2019 or 2022
rem 7-Zip - https://www.7-zip.org/download.html
rem Python - https://www.python.org/downloads/
rem CMake - http://www.cmake.org/download/
rem ninja.exe - https://github.com/ninja-build/ninja/releases/latest
const fs = require('fs');
fs.writeFileSync("commit.txt",(Math.floor(Math.random() * 8976)).toString());