From c998ea3a7e295e5ad59638aa37ef32b5e0e4372e Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Tue, 6 Feb 2018 22:22:10 +0000 Subject: [PATCH] Add OrcJIT dependency for Kaleidoscope Chapter 9. This should fix the error at http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/10421 llvm-svn: 324413 --- llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt index a85b2c5e8b31..565a7ffd32eb 100644 --- a/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter9/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine Object + OrcJIT Support native )