mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 00:33:09 +00:00
10 lines
103 B
CMake
10 lines
103 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Core
|
||
|
Support
|
||
|
IPO
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(IPOTests
|
||
|
LowerBitSets.cpp
|
||
|
)
|