mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
face70091b
Differential Revision: https://reviews.llvm.org/D26280 llvm-svn: 289857
15 lines
166 B
CMake
15 lines
166 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BitWriter
|
|
Core
|
|
ExecutionEngine
|
|
MC
|
|
MCJIT
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(BrainF
|
|
BrainF.cpp
|
|
BrainFDriver.cpp
|
|
)
|