We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509ee50 commit 7518c34Copy full SHA for 7518c34
src/backend/debugging.md
@@ -224,7 +224,7 @@ really helpful for this.
224
create a minimal working example with Godbolt. Go to
225
[llvm.godbolt.org](https://llvm.godbolt.org).
226
227
-2. Choose `LLVM-IR` as programming language if not already selected.
+2. Choose `LLVM-IR` as programming language.
228
229
3. Use `llc` to compile the IR to a particular target as is:
230
- There are some useful flags: `-mattr` enables target features, `-march=`
0 commit comments