[cfe-commits] [PATCH] Bitrig - multiple changes

Eli Friedman eli.friedman at gmail.com
Tue Oct 16 17:24:59 PDT 2012


On Mon, Oct 15, 2012 at 9:00 AM, David Hill <dhill at mindcry.org> wrote:
> Ping.  Can someone commit this?

+    if (Args.hasArg(options::OPT_pthread)) {
+      if (!Args.hasArg(options::OPT_shared) &&
+          Args.hasArg(options::OPT_pg))

I'd like to see a driver test where the check for -shared matters.

-Eli



More information about the cfe-commits mailing list