minix/external/bsd/llvm/dist/llvm
Lionel Sambuc 4684ddb6aa LLVM Minix changes
- import libcxx
 - reduce targets to the one when compiled as a tools

Change-Id: Iabb8427f80ff8e89463559a28bcb8b4f2bdbc496
2014-07-28 17:05:59 +02:00
..
autoconf Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
bindings Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
cmake Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
docs Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
examples Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
include Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
lib LLVM Minix changes 2014-07-28 17:05:59 +02:00
projects Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
test Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
tools LLVM Minix changes 2014-07-28 17:05:59 +02:00
unittests Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
utils Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
.arcconfig Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
.clang-format Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
.gitignore Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
CMakeLists.txt Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
CODE_OWNERS.TXT Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
configure Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
CREDITS.TXT Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
LICENSE.TXT Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
llvm.spec.in Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
LLVMBuild.txt Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
Makefile Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
Makefile.common Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
Makefile.config.in Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
Makefile.rules Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00
README.txt Importing netbsd clang -- pristine 2014-07-28 17:05:57 +02:00

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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

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