[cfe-commits] patch: open up clang/runtime for multiple different runtime libraries

Nick Lewycky nlewycky at google.com
Wed Apr 13 22:05:47 PDT 2011


The Makefile in clang/runtime currently just builds compiler-rt only.
I'd like this directory to work more like llvm's runtime/ where we can
put different clang-related runtime libraries. There already is a
subdirectory for libcxx which seems to have been put there as though
this was how it works, but is actually never reached (unless you cd
there and run make yourself).

The attached patch creates a new clang/runtime/compiler-rt directory
and moves the current Makefile there (only updating CLANG_LEVEL from
.. to ../..) and adding a new clang/runtime/Makefile. Please review!

Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang-runtime.patch
Type: text/x-patch
Size: 5170 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110413/901ca949/attachment.bin>


More information about the cfe-commits mailing list