Skip to content

Instantly share code, notes, and snippets.

@salif
Created August 6, 2020 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salif/e982c47fe396cce19152482d3dbe59fc to your computer and use it in GitHub Desktop.
Save salif/e982c47fe396cce19152482d3dbe59fc to your computer and use it in GitHub Desktop.
ff=$1
llc -filetype=obj $ff.ll
clang $ff.o -o $ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment