Skip to content

Commit 2d53f0a

Browse files
authored
[clang][Interp][NFC] Move _Complex compiler code to separate file (#103004)
1 parent 3b9f183 commit 2d53f0a

File tree

3 files changed

+527
-497
lines changed

3 files changed

+527
-497
lines changed

clang/lib/AST/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ add_clang_library(clangAST
6666
InheritViz.cpp
6767
Interp/ByteCodeEmitter.cpp
6868
Interp/Compiler.cpp
69+
Interp/CompilerComplex.cpp
6970
Interp/Context.cpp
7071
Interp/Descriptor.cpp
7172
Interp/Disasm.cpp

0 commit comments

Comments
 (0)