Fix instructions now that PR1739 is fixed.
authorChris Lattner <sabre@nondot.org>
Wed, 24 Oct 2007 04:37:23 +0000 (04:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Oct 2007 04:37:23 +0000 (04:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43287 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl3.html

index b1f237c2c4a4c9371b21005009e5a69bf03d531b..a98a979e9e9ed9b583683d439d0cb257b1509812 100644 (file)
@@ -611,7 +611,7 @@ our makefile/command line about which options to use:</p>
 <pre>
    # Compile
    g++ -g toy.cpp `llvm-config --cppflags` `llvm-config --ldflags` \
-                  `llvm-config --libs core` -I ~/llvm/include/ -o toy
+                  `llvm-config --libs core` -o toy
    # Run
    ./toy
 </pre>