Last active
February 5, 2019 21:40
-
-
Save lovettchris/b9c03f3506c0d972bf58d5c89f8bb08a to your computer and use it in GitHub Desktop.
llc hang on Intel(R) Core(TM) i7-3770K CPU
This file contains 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
################################################################################ | |
# This .gitignore file was automatically created by Microsoft(R) Visual Studio. | |
################################################################################ | |
/.vs |
This file contains 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
llc.exe model.opt.bc -o model.o -O3 -filetype=obj -relocation-model=pic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment