mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is the correct thing to do since the header is in SILOptimizer. That being said the reason why I am doing this is that I want to add a command line flag to PartitionUtils.h to allow for more verbose debug output and the flag's definition will be in the SILOptimizer library. So this is just a little cleanup that follows from that.
9 lines
119 B
CMake
9 lines
119 B
CMake
add_swift_unittest(SwiftSILTests
|
|
SILBitfieldTest.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftSILTests
|
|
PRIVATE
|
|
swiftSIL
|
|
)
|