Displaying 1 result from an estimated 1 matches for "1ef689d3".
2017 Mar 08
2
Use of host/target compiler when building compiler-rt
I stumbled across what seems to be a bug (to me) in the compiler-rt build:
The compiler-rt libraries themselves are built with the host compiler while
the tests are built and then linked with the just-built clang.
It was my understanding that the goal/intent/need was to have the
compiler-rt library build with the just-built clang? Did I misunderstand
that?*
Sterling: Chandler seemed to think