Searched defs:commandBuilderOpts (Results 1 – 1 of 1) sorted by relevance
473 type commandBuilderOpts struct { struct474 isGcc bool475 cflags []string478 func newWerrorCommandBuilderOrDie(t *testing.T, ctx *testContext, opts commandBuilderOpts) *command…