From aec960038920c206505268eb2e8f0849364124fe Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Mon, 24 Mar 2008 21:38:01 +0000 Subject: 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 --- docs/tutorial/JITTutorial1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial/JITTutorial1.html') 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() {
-# 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
 
-- cgit v1.2.3-18-g5258