Skip to content

Commit 820abdc

Browse files
committed
Run buildifier on files
1 parent 06f88df commit 820abdc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

compiler_gym/envs/llvm/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ py_library(
6464
srcs = ["llvm_env.py"],
6565
deps = [
6666
":benchmark_from_command_line",
67+
":lexed_ir",
6768
":llvm_benchmark",
6869
":llvm_rewards",
69-
":lexed_ir",
7070
"//compiler_gym/datasets",
7171
"//compiler_gym/envs/llvm/datasets",
7272
"//compiler_gym/errors",

compiler_gym/envs/llvm/service/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ cc_library(
254254
":Cost",
255255
":ObservationSpaces",
256256
"//compiler_gym/service/proto:compiler_gym_service_cc_grpc",
257-
"//compiler_gym/third_party/autophase:InstCount",
258257
"//compiler_gym/third_party/LexedIr",
258+
"//compiler_gym/third_party/autophase:InstCount",
259259
"//compiler_gym/third_party/cpuinfo",
260260
"//compiler_gym/util:GrpcStatusMacros",
261261
"@boost//:filesystem",

compiler_gym/third_party/LexedIr/BUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ cc_library(
99
name = "LexedIr",
1010
srcs = [
1111
"LLLexer.cc",
12-
"llvm_lexer_token_info.cc"
12+
"llvm_lexer_token_info.cc",
1313
],
1414
hdrs = [
15-
"escape.h",
1615
"LLLexer.h",
1716
"LLToken.h",
18-
"llvm_lexer_token_info.h",
19-
"llvm_lexer.h",
17+
"escape.h",
2018
"lexed_ir.h",
19+
"llvm_lexer.h",
20+
"llvm_lexer_token_info.h",
2121
],
2222
copts = [
2323
"-DGOOGLE_PROTOBUF_NO_RTTI",

0 commit comments

Comments
 (0)