llvm 3.2
Maintainer | sebastien.fricker@gmail.com | ||||
---|---|---|---|---|---|
Optional dependencies |
|
||||
Published | Jan 15, 2013 | ||||
Source [http] |
http://oqamldebug.forge.ocamlcore.org/llvm-3.2.tar.gz c2ea747bf0d785703532b080d1e270f5 |
||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/llvm/llvm.3.2/opam |
LLVM (tools, C++ libraries and ocaml binfing) and clang
This packge install:
- LLVM C++ libraries
- LLVM command line tools
- clang C++ compiler
- OCaml binding
If conf-llvm-debug package is installed, a debug build (with symbols and runtime checks) is generated.
To compile C++ code:
- Includes are installed in "$(opam config -var prefix)/include"
- Libraries are installed in "$(opam config -var prefix)/lib"
Compilation sample: g++ -L"$(opam config -var prefix)/lib" -I"$(opam config -var prefix)/include" -lLLVM-3.1 mysample.cpp -o mysample
Documentation: The documentation is generated only if the package conf-llvm-debug is installed. NOTE: the doxygen documentation is generated, this takes a lot of time. The documentation is generated in "$(opam config -var doc)/llvm"
NOTE: this package does not use the official LLVM tar distribution. The
official distribution uses 3 separate packages.
To generate this source package, execute:
./llvm_package 3.2
No package is dependent |