File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments