Skip to content

Instantly share code, notes, and snippets.

@unixod
Last active October 4, 2018 08:29
Show Gist options
  • Save unixod/dda24e4abf7e177391c49cfa5dd705ea to your computer and use it in GitHub Desktop.
Save unixod/dda24e4abf7e177391c49cfa5dd705ea to your computer and use it in GitHub Desktop.
  • In order to use/access C library functions (such as memcmp, etc) use predefined function call emiters from <llvm/Transforms/Utils/BuildLibCalls.h> instead of manully create/insert prototypes into llvm::Module;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment