When compiler-rt is requested, we should attempt to link compiler-rt builtins library rather than gcc_s.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
See also: D25568. It served the same goal, except that it didn't require the user to explicitly indicate which runtime is enabled in his compiler (i.e. supported clang with compiler-rt by default out of the box). I'm not sure if having both makes sense now; however, I feel like having to figure out whether the compiler is using compiler-rt or libgcc and setting flags appropriately would kinda suck.