Skip to content

Instantly share code, notes, and snippets.

@laprej
Created February 20, 2014 23:50
Show Gist options
  • Save laprej/9125890 to your computer and use it in GitHub Desktop.
Save laprej/9125890 to your computer and use it in GitHub Desktop.
Order of operations
DO THIS
opt -O3 phold-output.bc -o foo.bc ; llc foo.bc ; clang -c foo.s
NOT THIS
opt -O3 phold-output.bc -o foo.bc ; clang -c foo.bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment