@@ -62,6 +62,32 @@ static_library("AST") {
6262 " AttrDocTable.cpp" ,
6363 " AttrImpl.cpp" ,
6464 " Availability.cpp" ,
65+ " ByteCode/ByteCodeEmitter.cpp" ,
66+ " ByteCode/Compiler.cpp" ,
67+ " ByteCode/Context.cpp" ,
68+ " ByteCode/Descriptor.cpp" ,
69+ " ByteCode/Disasm.cpp" ,
70+ " ByteCode/DynamicAllocator.cpp" ,
71+ " ByteCode/EvalEmitter.cpp" ,
72+ " ByteCode/EvaluationResult.cpp" ,
73+ " ByteCode/Floating.cpp" ,
74+ " ByteCode/Frame.cpp" ,
75+ " ByteCode/Function.cpp" ,
76+ " ByteCode/FunctionPointer.cpp" ,
77+ " ByteCode/Interp.cpp" ,
78+ " ByteCode/InterpBlock.cpp" ,
79+ " ByteCode/InterpBuiltin.cpp" ,
80+ " ByteCode/InterpFrame.cpp" ,
81+ " ByteCode/InterpShared.cpp" ,
82+ " ByteCode/InterpStack.cpp" ,
83+ " ByteCode/InterpState.cpp" ,
84+ " ByteCode/MemberPointer.cpp" ,
85+ " ByteCode/Pointer.cpp" ,
86+ " ByteCode/PrimType.cpp" ,
87+ " ByteCode/Program.cpp" ,
88+ " ByteCode/Record.cpp" ,
89+ " ByteCode/Source.cpp" ,
90+ " ByteCode/State.cpp" ,
6591 " CXXInheritance.cpp" ,
6692 " Comment.cpp" ,
6793 " CommentBriefParser.cpp" ,
@@ -92,31 +118,6 @@ static_library("AST") {
92118 " ExternalASTSource.cpp" ,
93119 " FormatString.cpp" ,
94120 " InheritViz.cpp" ,
95- " ByteCode/ByteCodeEmitter.cpp" ,
96- " ByteCode/Compiler.cpp" ,
97- " ByteCode/Context.cpp" ,
98- " ByteCode/Descriptor.cpp" ,
99- " ByteCode/Disasm.cpp" ,
100- " ByteCode/DynamicAllocator.cpp" ,
101- " ByteCode/EvalEmitter.cpp" ,
102- " ByteCode/EvaluationResult.cpp" ,
103- " ByteCode/Floating.cpp" ,
104- " ByteCode/Frame.cpp" ,
105- " ByteCode/Function.cpp" ,
106- " ByteCode/Interp.cpp" ,
107- " ByteCode/InterpBlock.cpp" ,
108- " ByteCode/InterpBuiltin.cpp" ,
109- " ByteCode/InterpFrame.cpp" ,
110- " ByteCode/InterpShared.cpp" ,
111- " ByteCode/InterpStack.cpp" ,
112- " ByteCode/InterpState.cpp" ,
113- " ByteCode/MemberPointer.cpp" ,
114- " ByteCode/Pointer.cpp" ,
115- " ByteCode/PrimType.cpp" ,
116- " ByteCode/Program.cpp" ,
117- " ByteCode/Record.cpp" ,
118- " ByteCode/Source.cpp" ,
119- " ByteCode/State.cpp" ,
120121 " ItaniumCXXABI.cpp" ,
121122 " ItaniumMangle.cpp" ,
122123 " JSONNodeDumper.cpp" ,
0 commit comments