Go to file
Bill Wendling cedf3a278d A script that tests a certain release candidate in several modes. It does a
2-phase build of llvm and llvm-gcc, similar to what the buildbots do, and runs
the regression testsuite.

Things to do:

- Work out some bugs with llvm-gcc flags.
- Not all platforms support ObjC.
- Run the test-suite.

llvm-svn: 113382
2010-09-08 18:32:31 +00:00
clang Frontend/-H: Add comment on why I used a temporary string here. 2010-09-08 18:19:55 +00:00
compiler-rt Adds an extra explicit cast to fix Bug 7931 and removes codepaths that were never used 2010-08-17 19:13:45 +00:00
libcxx Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign, has_trivial_destructor, has_virtual_destructor, is_pod. Implemented has_copy_assign. 2010-09-08 17:55:32 +00:00
lldb Disable minimized symbol tables for now as this was causing test suite failures. 2010-09-08 17:53:19 +00:00
llvm A script that tests a certain release candidate in several modes. It does a 2010-09-08 18:32:31 +00:00