Skip to content

Commit 509ee50

Browse files
dkmtshepang
authored andcommitted
Use llvm subdomain for compiler-explorer link
Using `llvm.godbolt.org` subdomain should automatically select the correct LLVM-IR language.
1 parent 9a86c04 commit 509ee50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/backend/debugging.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ really helpful for this.
222222

223223
1. Once you have some LLVM IR for the problematic code (see above), you can
224224
create a minimal working example with Godbolt. Go to
225-
[gcc.godbolt.org](https://gcc.godbolt.org).
225+
[llvm.godbolt.org](https://llvm.godbolt.org).
226226

227-
2. Choose `LLVM-IR` as programming language.
227+
2. Choose `LLVM-IR` as programming language if not already selected.
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)