[PATCH] D17453: [Driver] Enable --rtlib option for MSVC target

Roman Shirokiy via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 9 05:28:46 PST 2016


roman.shirokiy added a comment.

For now every native Windows installation of Clang contains small compiler-rt builtins lib (http://reviews.llvm.org/rL261432: [CMake] Add partial support for MSVC in compiler-rt builtins), but there is no specific interface to make use of this lib on Windows. This patch is ought to provide command line option (existing one) for linking compiler-rt builtins lib on user demand.


http://reviews.llvm.org/D17453





More information about the cfe-commits mailing list