Created
February 20, 2014 23:50
-
-
Save laprej/9125890 to your computer and use it in GitHub Desktop.
Order of operations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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