Skip to content

Commit

Permalink
align markdown table (JuliaLang#56122)
Browse files Browse the repository at this point in the history
@<!-- -->gbaraldi `JuliaLang#51197`
@<!-- -->spaette `JuliaLang#56008`

fix innocuous malalignment of table after those pulls were merged
  • Loading branch information
spaette authored and Zentrik committed Oct 12, 2024
1 parent ddc8b58 commit 757a289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/devdocs/llvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The code for lowering Julia AST to LLVM IR or interpreting it directly is in dir

| File | Description |
|:-------------------------------- |:------------------------------------------------------------------ |
| `aotcompile.cpp` | Compiler C-interface entry and object file emission |
| `aotcompile.cpp` | Compiler C-interface entry and object file emission |
| `builtins.c` | Builtin functions |
| `ccall.cpp` | Lowering [`ccall`](@ref) |
| `cgutils.cpp` | Lowering utilities, notably for array and tuple accesses |
| `codegen.cpp` | Top-level of code generation, pass list, lowering builtins |
| `debuginfo.cpp` | Tracks debug information for JIT code |
| `disasm.cpp` | Handles native object file and JIT code disassembly |
| `disasm.cpp` | Handles native object file and JIT code disassembly |
| `gf.c` | Generic functions |
| `intrinsics.cpp` | Lowering intrinsics |
| `jitlayers.cpp` | JIT-specific code, ORC compilation layers/utilities |
Expand Down

0 comments on commit 757a289

Please sign in to comment.