llvm-stub is needed only on Windows. It simply launches lli process (LLVM JIT) with argv[0].bc and rest of argv. On Unix systems shell script is used instead, and llvm-stub can be safely deleted. Seo Sanghyeon