diff options
author | Owen Anderson <resistor@mac.com> | 2008-03-24 21:38:01 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-03-24 21:38:01 +0000 |
commit | aec960038920c206505268eb2e8f0849364124fe (patch) | |
tree | 4bddfa4c2d70a181d912f6ffb80749cf300db61c /docs/tutorial/JITTutorial1.html | |
parent | 19cfd733e2b383a43b9eb4217f901c4a51f36f63 (diff) |
Oops. I wanted the compile flags for C++, not the C preprocessor flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/JITTutorial1.html')
-rw-r--r-- | docs/tutorial/JITTutorial1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/JITTutorial1.html b/docs/tutorial/JITTutorial1.html index ef026c0fd6..4c5a1203c9 100644 --- a/docs/tutorial/JITTutorial1.html +++ b/docs/tutorial/JITTutorial1.html @@ -169,7 +169,7 @@ Module* makeLLVMModule() { <div class="doc_code"> <pre> -# c++ -g tut1.cpp `llvm-config --cppflags --ldflags --libs core` -o tut1 +# c++ -g tut1.cpp `llvm-config --cxxflags --ldflags --libs core` -o tut1 # ./tut1 </pre> </div> |