Skip to content

Commit 66062ec

Browse files
simeonschaubKristofferC
authored andcommitted
update llvmcall docs, opaque pointers are now supported (#59873)
(cherry picked from commit a0a65e6)
1 parent fcc0603 commit 66062ec

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
@@ -1396,8 +1396,6 @@ a tuple of types. All types, as well as the LLVM code, should be specified as li
13961396
not as variables or expressions (it may be necessary to use `@eval` to generate these
13971397
literals).
13981398
1399-
[Opaque pointers](https://llvm.org/docs/OpaquePointers.html) (written as `ptr`) are not allowed in the LLVM code.
1400-
14011399
See
14021400
[`test/llvmcall.jl`](https://github.com/JuliaLang/julia/blob/v$VERSION/test/llvmcall.jl)
14031401
for usage examples.

0 commit comments

Comments
 (0)