Index: docs/tutorial/LangImpl02.rst =================================================================== --- docs/tutorial/LangImpl02.rst +++ docs/tutorial/LangImpl02.rst @@ -717,14 +717,12 @@ ================= Here is the complete code listing for this and the previous chapter. -Note that it is fully self-contained: you don't need LLVM or any -external libraries at all for this. (Besides the C and C++ standard -libraries, of course.) To build this, just compile with: +To build this, just compile with: .. code-block:: bash # Compile - clang++ -g -O3 toy.cpp + clang++ -g -O3 toy.cpp `llvm-config --cxxflags` # Run ./a.out