Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change llvmcall docs binding #16332

Merged
merged 1 commit into from
May 13, 2016

Commits on May 13, 2016

  1. Change llvmcall docs binding

    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)
    MichaelHatherly committed May 13, 2016
    Configuration menu
    Copy the full SHA
    83444aa View commit details
    Browse the repository at this point in the history