CMakeLists.txt   [plain text]


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
  MemoryTest.cpp
  Path.cpp
  RegexTest.cpp
  SwapByteOrderTest.cpp
  TimeValue.cpp
  ValueHandleTest.cpp
  YAMLParserTest.cpp
  formatted_raw_ostream_test.cpp
  raw_ostream_test.cpp
  )