Author: lattner
Date: Tue Oct 23 23:37:23 2007
New Revision: 43287
URL: http://llvm.org/viewvc/llvm-project?rev=43287&view=rev
Log:
Fix instructions now that PR1739 is fixed.
Modified:
llvm/trunk/docs/tutorial/LangImpl3.html
Modified: llvm/trunk/docs/tutorial/LangImpl3.html
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/tutorial/LangImpl3.html?rev=43287&r1=43286&r2=43287&view=diff
==============================================================================
--- llvm/trunk/docs/tutorial/LangImpl3.html (original)
+++ llvm/trunk/docs/tutorial/LangImpl3.html Tue Oct 23 23:37:23 2007
@@ -611,7 +611,7 @@
<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>
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits