joerg added a comment.

I don't really like this. The reason why -lm is added explicitly on many 
targets is because the C++ STL typically depends on it and that means for 
static linking and broken ELF linkers, it will be necessary to link against it 
explicitly.
There is also the question on whether any platform we have currently uses 
separate STL and ABI libraries and it is not clear whether the flag should 
handle both.


https://reviews.llvm.org/D35780



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to