Files
swift-mirror/unittests/SIL/CMakeLists.txt
Michael Gottesman c474f6c5ab [region-isolation] Move unittests from SIL to SILOptimizer.
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.
2023-10-23 12:24:17 -07:00

9 lines
119 B
CMake

add_swift_unittest(SwiftSILTests
SILBitfieldTest.cpp
)
target_link_libraries(SwiftSILTests
PRIVATE
swiftSIL
)