blob: 6c6241daeabcc184b2b15f0830b4aa7251ae9644 [file] [log] [blame] [raw]
#/usr/bin/bash
LANGREF_PATH=$(pwd)/vendor/LangRef.html
[ -f "$LANGREF_PATH" ] || curl https://llvm.org/docs/LangRef.html -o "$LANGREF_PATH"
../../../node_modules/.bin/ts-node-esm docenizer-llvm.ts > ../../../lib/asm-docs/generated/asm-docs-llvm.ts