mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 07:18:44 +00:00
![Eric Christopher](/assets/img/avatar_default.png)
Approved by Jim Grosbach, Lang Hames, Rafael Espindola. This reinstates commits r215111, 215115, 215116, 215117, 215136. llvm-svn: 216982
14 lines
158 B
CMake
14 lines
158 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BitWriter
|
|
Core
|
|
ExecutionEngine
|
|
MC
|
|
Support
|
|
nativecodegen
|
|
)
|
|
|
|
add_llvm_example(BrainF
|
|
BrainF.cpp
|
|
BrainFDriver.cpp
|
|
)
|