File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ The code for lowering Julia AST to LLVM IR or interpreting it directly is in dir
1111
1212| File | Description |
1313| :-------------------------------- | :------------------------------------------------------------------ |
14- | ` aotcompile.cpp ` | Compiler C-interface entry and object file emission |
14+ | ` aotcompile.cpp ` | Compiler C-interface entry and object file emission |
1515| ` builtins.c ` | Builtin functions |
1616| ` ccall.cpp ` | Lowering [ ` ccall ` ] ( @ref ) |
1717| ` cgutils.cpp ` | Lowering utilities, notably for array and tuple accesses |
1818| ` codegen.cpp ` | Top-level of code generation, pass list, lowering builtins |
1919| ` debuginfo.cpp ` | Tracks debug information for JIT code |
20- | ` disasm.cpp ` | Handles native object file and JIT code disassembly |
20+ | ` disasm.cpp ` | Handles native object file and JIT code disassembly |
2121| ` gf.c ` | Generic functions |
2222| ` intrinsics.cpp ` | Lowering intrinsics |
2323| ` jitlayers.cpp ` | JIT-specific code, ORC compilation layers/utilities |
You can’t perform that action at this time.
0 commit comments