| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 34529
|
| |
|
|
|
|
|
| |
premature, these libraries will be going away for the 2.0 release. Other
arrangements for profiling, gc, etc. should be made in the next few months.
llvm-svn: 31807
|
| |
|
|
|
|
| |
be dropped. This patch pertains to removing the runtime directory from LLVM.
llvm-svn: 31793
|
| |
|
|
|
|
|
|
|
|
| |
This was due to the 'assert' macro expanding into a function call on some
platforms which could throw. The C++ compiler then added checks for the
exception specifications in these functions, which pulled in the C++ runtime.
This was bad, and the assertions can never fire (the library is now debugged)
so just remove them.
llvm-svn: 9801
|
|
|
llvm-svn: 8232
|