@@ -852,14 +852,14 @@ gentbl(
852
852
)
853
853
854
854
gentbl (
855
- name = "ast_interp_opcodes_gen " ,
855
+ name = "ast_bytecode_opcodes_gen " ,
856
856
tbl_outs = [(
857
857
"-gen-clang-opcodes" ,
858
- "lib/AST/Interp /Opcodes.inc" ,
858
+ "lib/AST/ByteCode /Opcodes.inc" ,
859
859
)],
860
860
tblgen = ":clang-tblgen" ,
861
- td_file = "lib/AST/Interp /Opcodes.td" ,
862
- td_srcs = ["lib/AST/Interp /Opcodes.td" ],
861
+ td_file = "lib/AST/ByteCode /Opcodes.td" ,
862
+ td_srcs = ["lib/AST/ByteCode /Opcodes.td" ],
863
863
)
864
864
865
865
gentbl (
@@ -922,11 +922,11 @@ cc_library(
922
922
srcs = glob ([
923
923
"lib/AST/*.cpp" ,
924
924
"lib/AST/*.h" ,
925
- "lib/AST/Interp /*.cpp" ,
926
- "lib/AST/Interp /*.h" ,
925
+ "lib/AST/ByteCode /*.cpp" ,
926
+ "lib/AST/ByteCode /*.h" ,
927
927
]) + [
928
928
"lib/AST/AttrDocTable.inc" ,
929
- "lib/AST/Interp /Opcodes.inc" ,
929
+ "lib/AST/ByteCode /Opcodes.inc" ,
930
930
],
931
931
hdrs = glob ([
932
932
"include/clang/AST/*.h" ,
@@ -942,7 +942,7 @@ cc_library(
942
942
# this library because it contains files that collide easily with system
943
943
# headers such as `CXXABI.h`.
944
944
"-I$(GENDIR)/$(WORKSPACE_ROOT)/clang/lib/AST" ,
945
- "-I$(GENDIR)/$(WORKSPACE_ROOT)/clang/lib/AST/Interp " ,
945
+ "-I$(GENDIR)/$(WORKSPACE_ROOT)/clang/lib/AST/ByteCode " ,
946
946
],
947
947
textual_hdrs = [
948
948
"include/clang/AST/AttrImpl.inc" ,
@@ -972,8 +972,8 @@ cc_library(
972
972
":ast_comment_html_tags_gen" ,
973
973
":ast_comment_html_tags_properties_gen" ,
974
974
":ast_comment_nodes_gen" ,
975
+ ":ast_bytecode_opcodes_gen" ,
975
976
":ast_decl_nodes_gen" ,
976
- ":ast_interp_opcodes_gen" ,
977
977
":ast_properties_base_gen" ,
978
978
":ast_stmt_data_collectors_gen" ,
979
979
":ast_stmt_nodes_gen" ,
0 commit comments