diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-17 01:41:46 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-17 01:41:46 +0000 |
commit | 22624b1d8e7f8c9a4138e90c4e798b85b1b3d7c8 (patch) | |
tree | ef47d0da60abe08afdd4b569015e85cc973ddc56 /examples/Kaleidoscope | |
parent | 2ad40a3663cb06c5f6d89a22933e22dc8b985574 (diff) |
CMake: LLVMConfig assigns LLVMX86 to the `native' component
name. Updated LLVM_LINK_COMPONENTS of Kaleidoscope.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Kaleidoscope')
-rw-r--r-- | examples/Kaleidoscope/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Kaleidoscope/CMakeLists.txt b/examples/Kaleidoscope/CMakeLists.txt index 9a18aae305..af32fbfc51 100644 --- a/examples/Kaleidoscope/CMakeLists.txt +++ b/examples/Kaleidoscope/CMakeLists.txt @@ -1,4 +1,4 @@ -set(LLVM_LINK_COMPONENTS core jit native) +set(LLVM_LINK_COMPONENTS core jit interpreter native) add_llvm_example(Kaleidoscope toy.cpp |