diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:10:56 +0000 |
| commit | 044eb2f6afba375a914ac9d8024f8f5142bb912e (patch) | |
| tree | 1475247dc9f9fe5be155ebd4c9069c75aadf8c20 /docs/tutorial/BuildingAJIT4.rst | |
| parent | eb70dddbd77e120e5d490bd8fbe7ff3f8fa81c6b (diff) | |
Notes
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 |
