Skip to content

Commit 7518c34

Browse files
dkmtshepang
authored andcommitted
Update debugging.md
1 parent 509ee50 commit 7518c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ really helpful for this.
224224
create a minimal working example with Godbolt. Go to
225225
[llvm.godbolt.org](https://llvm.godbolt.org).
226226

227-
2. Choose `LLVM-IR` as programming language if not already selected.
227+
2. Choose `LLVM-IR` as programming language.
228228

229229
3. Use `llc` to compile the IR to a particular target as is:
230230
- There are some useful flags: `-mattr` enables target features, `-march=`

0 commit comments

Comments
 (0)