[PATCH] D24091: [Driver] Warn on -nodefaultlibs and -fsanitize

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 31 13:09:17 PDT 2016


beanz added a comment.

I can change the implementation, but that quickly falls into target specific driver code. It results in adding the warning in one place for Darwin, another for FreeBSD, and a third for GNUTools.

If that is the preferred way I can work up that patch.


https://reviews.llvm.org/D24091





More information about the cfe-commits mailing list