Skip to content

Commit f1b8f3a

Browse files
comiuscopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 787144402
1 parent 43892bc commit f1b8f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bazel/antlr.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Generate C++ parser and lexer from a grammar file.
1717
"""
1818

1919
load("@rules_cc//cc:cc_library.bzl", "cc_library")
20+
load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
21+
load("@rules_cc//cc/common:cc_info.bzl", "CcInfo")
2022

2123
def antlr_cc_library(name, src, package):
2224
"""Creates a C++ lexer and parser from a source grammar.

0 commit comments

Comments
 (0)