Home
last modified time | relevance | path

Searched defs:commandBuilderOpts (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Ddisable_werror_flag_test.go473 type commandBuilderOpts struct { struct
474 isGcc bool
475 cflags []string
478 func newWerrorCommandBuilderOrDie(t *testing.T, ctx *testContext, opts commandBuilderOpts) *command…