commit | 18f09925a2133150070a8d46199433e175a57473 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Thu Oct 25 06:49:29 2007 +0000 |
committer | Owen Anderson <resistor@mac.com> | Thu Oct 25 06:49:29 2007 +0000 |
tree | 12aac04f6e2973b027c4991fc3cd3902521dbf00 | |
parent | 34ba67adf060700a57cd98463dec646dec45c32f [diff] [blame] |
More tutorial cleanups. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43332 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/tutorial/JITTutorial2.html b/docs/tutorial/JITTutorial2.html index 56af019..63efd6a 100644 --- a/docs/tutorial/JITTutorial2.html +++ b/docs/tutorial/JITTutorial2.html
@@ -166,8 +166,7 @@ <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>