From 7518c3445dc02df0d196f5f84e568d633c5141fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Sat, 8 Oct 2022 09:18:43 +0200 Subject: [PATCH] Update debugging.md --- src/backend/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/debugging.md b/src/backend/debugging.md index 3b3e0e628217c..26375204e6dc4 100644 --- a/src/backend/debugging.md +++ b/src/backend/debugging.md @@ -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=`