Even when building builtins and runtimes for the default target
we shouldn't assume that the just built compiler is already useable.
When the compiler uses compiler-rt and libc++ as the default runtime
and C++ library, it won't be usable until we finish building runtimes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
One comment inline below.
runtimes/CMakeLists.txt | ||
---|---|---|
88 ↗ | (On Diff #121841) | Why is this removed? Your comments don't explain this part of the change. |
runtimes/CMakeLists.txt | ||
---|---|---|
88 ↗ | (On Diff #121841) | This change is orthogonal to this one so I'll split it into a separate patch. |