From 6c88744ec30a1f3723ec01dea4b6f55e5cf6d91d Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 14 Jan 2017 08:54:05 +0000 Subject: [PATCH] Add LLVMOption to clang-interpreter, corresponding to r291938. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292007 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/clang-interpreter/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/clang-interpreter/CMakeLists.txt b/examples/clang-interpreter/CMakeLists.txt index 4c6db12a4e..e7e59d9308 100644 --- a/examples/clang-interpreter/CMakeLists.txt +++ b/examples/clang-interpreter/CMakeLists.txt @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS ExecutionEngine MC MCJIT + Option Support native ) -- 2.50.1