More tutorial cleanups.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43332 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2007-10-25 06:49:29 +00:00
parent 34ba67adf0
commit 18f09925a2
2 changed files with 22 additions and 5 deletions

View File

@@ -166,8 +166,7 @@ Module* makeLLVMModule() {
<div class="doc_code">
<pre>
# c++ -g tut2.cpp `llvm-config --cppflags` `llvm-config --ldflags` \
`llvm-config --libs core` -o tut2
# c++ -g tut2.cpp `llvm-config --cppflags --ldflags --libs core` -o tut2
# ./tut2
</pre>
</div>