1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[CMake] llvm/examples: Update libdeps for unoptimized builds.

llvm-svn: 220962
This commit is contained in:
NAKAMURA Takumi 2014-10-31 15:27:16 +00:00
parent 9bc5bd5f9a
commit cc0ddb87d3
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
MC
MCJIT
Support
nativecodegen

View File

@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
MC
Support
nativecodegen
)