On 8/11/15, Caroline Tice <cmt...@google.com> wrote: > When bootstrapping on darwin with vtable verificaiton enabled, > libstdc++ is giving a lot of warnings due to a flag in > VTV_CXXLINKFLAGS that has a slightly different format for darwin than > for linux. This patch (actually contributed by Eric Gallager) fixes > the problem. > > I have tested this patch by bootstrapping and running the entire > testsuite with no regressions. Is this OK to commit? > > -- Caroline Tice > cmt...@google.com >
Just to clarify, the large number of warnings occurs even after the patch is applied; I wrote the patch to solve a different error, which was a lot simpler, where the linker would just error out saying it didn't recognize the flag. But anyways, thanks for submitting my patch for me! Eric