1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
Go to file
John Criswell d5d638fca1 Force configuration of some projects before others. In particular, some
projects rely upon llvm-gcc, the LLVM test suite, and poolalloc.  This ensures
that the aforementioned projects have their object trees created first so that
other projects can find their object trees when they themselves are configured.

llvm-svn: 98998
2010-03-19 21:31:39 +00:00
autoconf Force configuration of some projects before others. In particular, some 2010-03-19 21:31:39 +00:00
bindings
cmake
docs
examples
include Fixed the encoding problems of the crc32 instructions. All had the Operand size 2010-03-19 20:04:42 +00:00
lib Fix -Wnon-virtual-dtor warning. 2010-03-19 21:26:46 +00:00
projects
runtime
test call void @llvm.dbg.declare(metadata !{i32* null}, metadata !1) 2010-03-19 21:06:24 +00:00
tools llvm-mc: Fix target selection for --disassemble to use GetTarget. 2010-03-19 18:07:50 +00:00
unittests
utils Test commit (removed extra blank line) 2010-03-19 21:12:29 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Force configuration of some projects before others. In particular, some 2010-03-19 21:31:39 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.