Skip to content

Instantly share code, notes, and snippets.

@bploeckelman
Created September 3, 2012 23:03
Show Gist options
  • Save bploeckelman/3614495 to your computer and use it in GitHub Desktop.
Save bploeckelman/3614495 to your computer and use it in GitHub Desktop.
Ex2. Dynamic BasicBlock Count - test program 1
#include <stdio.h>
int main()
{
printf("Hello llvm\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment