https://llvm.org/bugs/show_bug.cgi?id=18331
Chris Bieneman <chris.biene...@me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |chris.biene...@me.com Resolution|--- |FIXED --- Comment #4 from Chris Bieneman <chris.biene...@me.com> --- This does work today, and it is extensively used. That said, it is important to understand that you do not need clang to build compiler-rt. Compiler-RT is used with GCC as well as Clang (which is part of why the standalone build is so important). There are two ways to have in-tree "standalone" builds which use the just-built clang. The mechanism Samsonov commented on "-DLLVM_BUILD_EXTERNAL_COMPILER_RT=On" is more mature, and well supported. Additionally Compiler-RT can be placed in the new LLVM/runtimes subdirectory if you have an LLVM tree. The new runtimes subdirectory seeks to solve a wider problem of enabling building all runtime projects and managing inter-project dependencies. Marking as resolved, if there are further issues please let me know. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs