Skip to content

Instantly share code, notes, and snippets.

@franzflasch
Last active November 11, 2019 09:35
Show Gist options
  • Save franzflasch/8bdf1f54a9a11e37640b613f98ddb6d7 to your computer and use it in GitHub Desktop.
Save franzflasch/8bdf1f54a9a11e37640b613f98ddb6d7 to your computer and use it in GitHub Desktop.
gcc-cheat-sheet

GCC

List supported ARCH and ABI

gcc -Q --help=target  

Clang/LLVM

List supported targets

llc --version

list "available CPUs" and "available features".

llc -march=ARCH -mattr=help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment