Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Daniel Dunbar 55df49a997 clang/Darwin: Update for rename of 10.4 static runtime library.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93970 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-20 02:35:02 +00:00
Daniel Dunbar 46bbbdd011 Don't try to build/install/clean compiler-rt stuff if it isn't in the projects directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93914 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 21:28:04 +00:00
Daniel Dunbar 253521bacf Initial cut at integrating compiler-rt (on Darwin) w/ clang build.
- 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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93910 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 21:12:58 +00:00