Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Nick Lewycky 8211becc98 Now that googletest can print ConstantRange, use EXPECT_EQ when testing for
equality. Prefer EXPECT_EQ(foo, Full) over EXPECT_TRUE(foo.isFullSet()) because
the former will print out the contents of the constant range that failed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81094 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-05 18:27:40 +00:00
autoconf
bindings
cmake
docs
examples
include
lib
projects
runtime
test Quote another '%S' in a test. 2009-09-05 12:38:44 +00:00
tools
unittests Now that googletest can print ConstantRange, use EXPECT_EQ when testing for 2009-09-05 18:27:40 +00:00
utils Teach googletest to use raw_ostream instead of just std::ostream. 2009-09-05 18:16:17 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
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.