From cc0ddb87d31a2263ea59021a6672607498f75393 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 31 Oct 2014 15:27:16 +0000 Subject: [PATCH] [CMake] llvm/examples: Update libdeps for unoptimized builds. llvm-svn: 220962 --- examples/ExceptionDemo/CMakeLists.txt | 1 + examples/ParallelJIT/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/ExceptionDemo/CMakeLists.txt b/examples/ExceptionDemo/CMakeLists.txt index a08a7c30bd8..9cadd94c24a 100644 --- a/examples/ExceptionDemo/CMakeLists.txt +++ b/examples/ExceptionDemo/CMakeLists.txt @@ -1,6 +1,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine + MC MCJIT Support nativecodegen diff --git a/examples/ParallelJIT/CMakeLists.txt b/examples/ParallelJIT/CMakeLists.txt index 3c489e83027..07c0a085b91 100644 --- a/examples/ParallelJIT/CMakeLists.txt +++ b/examples/ParallelJIT/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine Interpreter + MC Support nativecodegen )