summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-01-14 08:54:05 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-01-14 08:54:05 +0000
commit6c88744ec30a1f3723ec01dea4b6f55e5cf6d91d (patch)
tree60205ed262f7add1170819a7e41317b525d3b3dd /examples
parent39b986dd316a67a1fecb21c3094f823fd756ec26 (diff)
downloadclang-6c88744ec30a1f3723ec01dea4b6f55e5cf6d91d.tar.gz
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
Diffstat (limited to 'examples')
-rw-r--r--examples/clang-interpreter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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
)