Skip to content

Commit

Permalink
Update debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm authored and tshepang committed Oct 8, 2022
1 parent 509ee50 commit 7518c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=`
Expand Down

0 comments on commit 7518c34

Please sign in to comment.