Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib/Runtime to runtime/, and build after everything else. | Daniel Dunbar | 2010-06-30 | 1 | -103/+0 |
| | | | | llvm-svn: 107327 | ||||
* | build: Get CLANG_VERSION from Version.inc instead of depending on VER file ↵ | Daniel Dunbar | 2010-06-25 | 1 | -1/+3 |
| | | | | | | directly. llvm-svn: 106864 | ||||
* | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar | 2010-06-08 | 1 | -2/+2 |
| | | | | | | - This eliminates most dependencies on how Clang is installed relative to LLVM. llvm-svn: 105637 | ||||
* | build: Add CLANG_NO_RUNTIME build variable, which disables building clang | Daniel Dunbar | 2010-04-28 | 1 | -0/+2 |
| | | | | | | runtime library stuff, even if compiler-rt is available. llvm-svn: 102560 | ||||
* | Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt | Daniel Dunbar | 2010-03-26 | 1 | -1/+1 |
| | | | | | | configuration. llvm-svn: 99641 | ||||
* | clang/Darwin: Update for rename of 10.4 static runtime library. | Daniel Dunbar | 2010-01-20 | 1 | -1/+1 |
| | | | | llvm-svn: 93970 | ||||
* | Don't try to build/install/clean compiler-rt stuff if it isn't in the ↵ | Daniel Dunbar | 2010-01-19 | 1 | -2/+2 |
| | | | | | | projects directory. llvm-svn: 93914 | ||||
* | Initial cut at integrating compiler-rt (on Darwin) w/ clang build. | Daniel Dunbar | 2010-01-19 | 1 | -0/+99 |
- compiler-rt should be checked out into $LLVM_SRC_ROOT/projects/compiler-rt. - On Darwin, this will automatically build the runtime libraries clang needs into $OBJROOT/lib/clang/<version>/darwin/... - The mechanism can easily support other platforms, and can eventually support multiple platforms once clang has some kind of configure process (for specifying the desired targets). - Feedback on the approach is welcome. llvm-svn: 93910 |