diff options
Diffstat (limited to 'docs/tutorial/BuildingAJIT4.rst')
| -rw-r--r-- | docs/tutorial/BuildingAJIT4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/BuildingAJIT4.rst b/docs/tutorial/BuildingAJIT4.rst index 39d9198a85c3..3d3f81e43858 100644 --- a/docs/tutorial/BuildingAJIT4.rst +++ b/docs/tutorial/BuildingAJIT4.rst @@ -36,7 +36,7 @@ Kaleidoscope ASTS. To build this example, use: .. code-block:: bash # Compile - clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orc native` -O3 -o toy + clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core orcjit native` -O3 -o toy # Run ./toy |
