From ec8dc376d480348ad4346906534ad3ba2a521a09 Mon Sep 17 00:00:00 2001 From: julienXX Date: Mon, 31 Aug 2009 15:45:04 +0200 Subject: LLVM formula The Low Level Virtual Machine, generally known as LLVM, is a compiler infrastructure, written in C++, which is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. --- Library/Formula/llvm.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/llvm.rb (limited to 'Library/Formula/llvm.rb') diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb new file mode 100644 index 000000000..8a6a5e7d2 --- /dev/null +++ b/Library/Formula/llvm.rb @@ -0,0 +1,15 @@ +require 'brewkit' + +class Llvm