| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,5 @@ | ||
| set(LLVM_LINK_COMPONENTS | ||
| all | ||
| ) | ||
|
|
||
| add_kaleidoscope_chapter(Kaleidoscope-Ch8 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| set(LLVM_LINK_COMPONENTS | ||
| Core | ||
| ExecutionEngine | ||
| Object | ||
| Support | ||
| native | ||
| ) | ||
|
|
||
| add_kaleidoscope_chapter(Kaleidoscope-Ch9 | ||
| toy.cpp | ||
| ) | ||
|
|
||
| export_executable_symbols(Kaleidoscope-Ch9) |