diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-10-31 15:27:16 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-10-31 15:27:16 +0000 |
| commit | 0ad1c308ea1ef6be338a60017bb17794bd25b1d2 (patch) | |
| tree | 1a4ecbce462c062e52c25ef3c126f3f4c3287ecd | |
| parent | a675e550ca46d91e5f393602d66385482816e1ec (diff) | |
| download | bcm5719-llvm-0ad1c308ea1ef6be338a60017bb17794bd25b1d2.tar.gz bcm5719-llvm-0ad1c308ea1ef6be338a60017bb17794bd25b1d2.zip | |
[CMake] llvm/examples: Update libdeps for unoptimized builds.
llvm-svn: 220962
| -rw-r--r-- | llvm/examples/ExceptionDemo/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | llvm/examples/ParallelJIT/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/examples/ExceptionDemo/CMakeLists.txt b/llvm/examples/ExceptionDemo/CMakeLists.txt index a08a7c30bd8..9cadd94c24a 100644 --- a/llvm/examples/ExceptionDemo/CMakeLists.txt +++ b/llvm/examples/ExceptionDemo/CMakeLists.txt @@ -1,6 +1,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine + MC MCJIT Support nativecodegen diff --git a/llvm/examples/ParallelJIT/CMakeLists.txt b/llvm/examples/ParallelJIT/CMakeLists.txt index 3c489e83027..07c0a085b91 100644 --- a/llvm/examples/ParallelJIT/CMakeLists.txt +++ b/llvm/examples/ParallelJIT/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter + MC Support nativecodegen ) |

