Changeset View
Changeset View
Standalone View
Standalone View
unittests/Support/CMakeLists.txt
1 | set(LLVM_LINK_COMPONENTS | 1 | set(LLVM_LINK_COMPONENTS | ||
---|---|---|---|---|---|
2 | Support | 2 | Support | ||
3 | ) | 3 | ) | ||
4 | 4 | | |||
5 | add_llvm_unittest(SupportTests | 5 | add_llvm_unittest(SupportTests | ||
6 | AlignOfTest.cpp | 6 | AlignOfTest.cpp | ||
7 | AllocatorTest.cpp | 7 | AllocatorTest.cpp | ||
8 | ARMAttributeParser.cpp | 8 | ARMAttributeParser.cpp | ||
9 | ArrayRecyclerTest.cpp | 9 | ArrayRecyclerTest.cpp | ||
10 | BinaryStreamTest.cpp | 10 | BinaryStreamTest.cpp | ||
11 | BlockFrequencyTest.cpp | 11 | BlockFrequencyTest.cpp | ||
12 | BranchProbabilityTest.cpp | 12 | BranchProbabilityTest.cpp | ||
13 | CachePruningTest.cpp | 13 | CachePruningTest.cpp | ||
14 | CrashRecoveryTest.cpp | 14 | CrashRecoveryTest.cpp | ||
15 | Casting.cpp | 15 | Casting.cpp | ||
16 | CheckedArithmeticTest.cpp | ||||
16 | Chrono.cpp | 17 | Chrono.cpp | ||
17 | CommandLineTest.cpp | 18 | CommandLineTest.cpp | ||
18 | CompressionTest.cpp | 19 | CompressionTest.cpp | ||
19 | ConvertUTFTest.cpp | 20 | ConvertUTFTest.cpp | ||
20 | DataExtractorTest.cpp | 21 | DataExtractorTest.cpp | ||
21 | DebugTest.cpp | 22 | DebugTest.cpp | ||
22 | DJBTest.cpp | 23 | DJBTest.cpp | ||
23 | EndianStreamTest.cpp | 24 | EndianStreamTest.cpp | ||
▲ Show 20 Lines • Show All 59 Lines • Show Last 20 Lines |