Skip to content

Commit a0a65e6

Browse files
authored
update llvmcall docs, opaque pointers are now supported (#59873)
1 parent b26e7cc commit a0a65e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/docs/basedocs.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,8 +1431,6 @@ a tuple of types. All types, as well as the LLVM code, should be specified as li
14311431
not as variables or expressions (it may be necessary to use `@eval` to generate these
14321432
literals).
14331433
1434-
[Opaque pointers](https://llvm.org/docs/OpaquePointers.html) (written as `ptr`) are not allowed in the LLVM code.
1435-
14361434
See
14371435
[`test/llvmcall.jl`](https://github.com/JuliaLang/julia/blob/v$VERSION/test/llvmcall.jl)
14381436
for usage examples.

0 commit comments

Comments
 (0)