/llvm-web-app

An HTTP server that shows your user-agent that is written in pure LLVM IR.

Primary LanguageLLVMMIT LicenseMIT

llvm-web-app

A HTTP server that returns your User-Agent, as in brainfuck-web-app.

Written in pure LLVM IR.

Code.

Build

$ clang -O1 -m32 main.ll -o main.out

clang can be replaced with llc.

Run