diff --git a/docs/FAQ.html b/docs/FAQ.html index 017a4d1a229..95e425aac66 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -59,9 +59,9 @@
Your compiler front-end will communicate with LLVM by creating a module in - the LLVM intermediate representation (IR) format. There are 3 major ways to - tackle generating LLVM IR from a front-end:
+ the LLVM intermediate representation (IR) format. Assuming you want to + write your language's compiler in the language itself (rather than C++), + there are 3 major ways to tackle generating LLVM IR from a front-end: