summaryrefslogtreecommitdiffstats
path: root/clang/lib/Runtime
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/Runtime to runtime/, and build after everything else.Daniel Dunbar2010-06-301-103/+0
| | | | llvm-svn: 107327
* build: Get CLANG_VERSION from Version.inc instead of depending on VER file ↵Daniel Dunbar2010-06-251-1/+3
| | | | | | directly. llvm-svn: 106864
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-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 clangDaniel Dunbar2010-04-281-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-rtDaniel Dunbar2010-03-261-1/+1
| | | | | | configuration. llvm-svn: 99641
* clang/Darwin: Update for rename of 10.4 static runtime library.Daniel Dunbar2010-01-201-1/+1
| | | | llvm-svn: 93970
* Don't try to build/install/clean compiler-rt stuff if it isn't in the ↵Daniel Dunbar2010-01-191-2/+2
| | | | | | projects directory. llvm-svn: 93914
* Initial cut at integrating compiler-rt (on Darwin) w/ clang build.Daniel Dunbar2010-01-191-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
OpenPOWER on IntegriCloud