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

libcore: Add VaList and variadic arg handling intrinsics #49878

Merged
merged 2 commits into from
Nov 29, 2018

Commits on Nov 26, 2018

  1. libcore: Add va_list lang item and intrinsics

     - Add the llvm intrinsics used to manipulate a va_list.
     - Add the va_list lang item in order to allow implementing
       VaList in libcore.
    dlrobertson committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    0814087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e084f View commit details
    Browse the repository at this point in the history