Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The docstring for `llvmcall` was bound to a keyword rather than the actual intrinsic `Core.Intrinsics.llvmcall`. This produced the following odd behaviour when trying to find the docs: help?> llvmcall ... docs ... julia> llvmcall ERROR: UndefVarError: llvmcall not defined help?> Base.llvmcall ... no docs ... julia> Base.llvmcall (intrinsic function JuliaLang#90)
- Loading branch information