Skip to content

Commit 757a289

Browse files
spaetteZentrik
authored andcommitted
align markdown table (#56122)
@<!-- -->gbaraldi `#51197` @<!-- -->spaette `#56008` fix innocuous malalignment of table after those pulls were merged
1 parent ddc8b58 commit 757a289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/devdocs/llvm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)