freebsd-dev/contrib/llvm
Rui Paulo 2aedda247b Modify clang so that when TOOLS_PREFIX is defined we register the
CLANG_PREFIX macro. This changes the default header search path when we
are building clang as part of cross-tools.

Submitted by:	Dimitry Andric <dimitry at andric.com>
Reviewed by:	freebsd-current
2010-08-21 15:46:33 +00:00
..
autoconf Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
bindings Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
include Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
lib Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
runtime
tools Modify clang so that when TOOLS_PREFIX is defined we register the 2010-08-21 15:46:33 +00:00
utils Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
build-for-llvm-top.sh
CMakeLists.txt Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
configure Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
Makefile.common
Makefile.config.in Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
Makefile.rules Upgrade our Clang in base to r108428. 2010-07-20 17:16:57 +00:00
mklib
ModuleInfo.txt
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.