~self/tairitsu-llvm

A permissive-licensed rewrite of Hi/ka/ri
[llvm][Tairitsu] Update to LLVM 19
[llvm][Tairitsu] Update to LLVM 18
[llvm][Tairitsu][CryptoUtils] Use std::random_device

refs

llvm-19
browse  log 

clone

read-only
https://git.sr.ht/~self/tairitsu-llvm
read/write
git@git.sr.ht:~self/tairitsu-llvm

You can also use your local clone with git send-email.

#Tairitsu

Glitched Tairitsu Illustration

#Usage

sudo dnf in llvm-devel
/usr/bin/cmake \
	-S "." \
	-B "build" \
	-DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" \
	-DCMAKE_CXX_FLAGS_RELEASE:STRING="-DNDEBUG" \
	-DBUILD_SHARED_LIBS:BOOL=ON \
	-DCMAKE_BUILD_TYPE=Release \
	-GNinja
ninja -C build/
clang -fplugin=path/to/libLLVMTairitsu.so -fpass-plugin=path/to/libLLVMTairitsu.so \
	-mllvm -bcf ...
Do not follow this link