commit | a7e5ef4a74bc23bcdc2a74b1f7a06d6244dec3c0 | [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 | 8e75bf7306d36c7ab5a54e804b81933f784d48e0 [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>