We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a86c04 commit 509ee50Copy full SHA for 509ee50
src/backend/debugging.md
@@ -222,9 +222,9 @@ really helpful for this.
222
223
1. Once you have some LLVM IR for the problematic code (see above), you can
224
create a minimal working example with Godbolt. Go to
225
-[gcc.godbolt.org](https://gcc.godbolt.org).
+[llvm.godbolt.org](https://llvm.godbolt.org).
226
227
-2. Choose `LLVM-IR` as programming language.
+2. Choose `LLVM-IR` as programming language if not already selected.
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