Skip to content

Commit 2e7e606

Browse files
committed
missing c_opts and link_opts
1 parent 22a7086 commit 2e7e606

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cc/toolchains/llvm_x86_64_windows/config.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,9 @@ def _impl(ctx):
142142

143143
config = rule(
144144
implementation = _impl,
145+
attrs = {
146+
"c_opts": attr.string_list(),
147+
"link_opts": attr.string_list(),
148+
},
145149
provides = [CcToolchainConfigInfo],
146150
)

0 commit comments

Comments
 (0)