Update debugging.md

This commit is contained in:
Marc Poulhiès 2022-10-08 09:18:43 +02:00 committed by Tshepang Mbambo
parent 68a5db2eb7
commit f2c4c741b0
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ really helpful for this.
create a minimal working example with Godbolt. Go to
[llvm.godbolt.org](https://llvm.godbolt.org).
2. Choose `LLVM-IR` as programming language if not already selected.
2. Choose `LLVM-IR` as programming language.
3. Use `llc` to compile the IR to a particular target as is:
- There are some useful flags: `-mattr` enables target features, `-march=`