diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-10 11:13:32 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-12-10 11:13:32 +0000 |
| commit | b5c4b876907c3af47e1141a9221b5cb1f9372e06 (patch) | |
| tree | e9c8aba6325d53f7ea483874ff8c50157a101029 /llvm/examples/Kaleidoscope/Chapter3 | |
| parent | db0768cb8c7acad90799a8a7957e2c48a0c6f3d1 (diff) | |
| download | bcm5719-llvm-b5c4b876907c3af47e1141a9221b5cb1f9372e06.tar.gz bcm5719-llvm-b5c4b876907c3af47e1141a9221b5cb1f9372e06.zip | |
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
llvm-svn: 196908
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter3')
| -rw-r--r-- | llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt index 1af8db00a17..a98d7df1049 100644 --- a/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt @@ -1,4 +1,7 @@ -set(LLVM_LINK_COMPONENTS core) +set(LLVM_LINK_COMPONENTS + Core + Support + ) add_llvm_example(Kaleidoscope-Ch3 toy.cpp |

