summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl3.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-24 04:37:23 +0000
committerChris Lattner <sabre@nondot.org>2007-10-24 04:37:23 +0000
commit1fb0d5df694a01e912a6f8108cff0780f7ccf584 (patch)
treefa39b9993ca18c09527441b907aa75b7380a8f40 /llvm/docs/tutorial/LangImpl3.html
parent4c9ec1aaa2896b15611a16f8527aee2c3e854917 (diff)
downloadbcm5719-llvm-1fb0d5df694a01e912a6f8108cff0780f7ccf584.tar.gz
bcm5719-llvm-1fb0d5df694a01e912a6f8108cff0780f7ccf584.zip
Fix instructions now that PR1739 is fixed.
llvm-svn: 43287
Diffstat (limited to 'llvm/docs/tutorial/LangImpl3.html')
-rw-r--r--llvm/docs/tutorial/LangImpl3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html
index b1f237c2c4a..a98a979e9e9 100644
--- a/llvm/docs/tutorial/LangImpl3.html
+++ b/llvm/docs/tutorial/LangImpl3.html
@@ -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>
OpenPOWER on IntegriCloud