mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 00:51:56 +00:00
f4e550e004
Since the llvm::sys::fs::map_file_pages() support function it relies on is not yet implemented on Windows, the unit tests for FileOutputBuffer are currently conditionalized to run only on unix. llvm-svn: 161099
28 lines
495 B
CMake
28 lines
495 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
Core
|
|
)
|
|
|
|
add_llvm_unittest(SupportTests
|
|
AlignOfTest.cpp
|
|
AllocatorTest.cpp
|
|
BlockFrequencyTest.cpp
|
|
Casting.cpp
|
|
CommandLineTest.cpp
|
|
ConstantRangeTest.cpp
|
|
DataExtractorTest.cpp
|
|
EndianTest.cpp
|
|
FileOutputBufferTest.cpp
|
|
IntegersSubsetTest.cpp
|
|
LeakDetectorTest.cpp
|
|
ManagedStatic.cpp
|
|
MathExtrasTest.cpp
|
|
Path.cpp
|
|
raw_ostream_test.cpp
|
|
RegexTest.cpp
|
|
SwapByteOrderTest.cpp
|
|
TimeValue.cpp
|
|
ValueHandleTest.cpp
|
|
YAMLParserTest.cpp
|
|
)
|