We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50afbd commit d4206d3Copy full SHA for d4206d3
llvm-jit/Cargo.toml
@@ -6,6 +6,31 @@ authors = ["Flier Lu <[email protected]>"]
6
[lib]
7
doctest = false
8
9
+[[example]]
10
+name = "how-to-use-jit"
11
+path = "examples/how-to-use-jit.rs"
12
+
13
14
+name = "module-maker"
15
+path = "examples/module-maker.rs"
16
17
18
+name = "nop-function"
19
+path = "examples/nop-function.rs"
20
21
22
+name = "jit-function"
23
+path = "examples/jit-function.rs"
24
25
26
+name = "parallel-jit"
27
+path = "examples/parallel-jit.rs"
28
29
30
+name = "kaleidoscope-chapter2"
31
+path = "examples/kaleidoscope/chapter2.rs"
32
+test = false
33
34
[dependencies]
35
log = "0.3"
36
error-chain = "0.10"
llvm-jit/examples/kaleidoscope-chapter2.rs renamed to llvm-jit/examples/kaleidoscope/chapter2.rs
0 commit comments