diff --git a/docs/tutorial/JITTutorial1.html b/docs/tutorial/JITTutorial1.html index ef026c0fd6f..4c5a1203c95 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
-# c++ -g tut2.cpp `llvm-config --cppflags --ldflags --libs core` -o tut2 +# c++ -g tut2.cpp `llvm-config --cxxflags --ldflags --libs core` -o tut2 # ./tut2