[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / utils / gn / secondary / llvm / unittests / Support / BUILD.gn
blob1cb063d2758126e5c1c4609a51f5df01662df026
1 import("//llvm/utils/unittest/unittest.gni")
3 unittest("SupportTests") {
4   deps = [
5     "//llvm/lib/Support",
6     "//llvm/lib/Testing/Support",
7   ]
8   sources = [
9     "ARMAttributeParser.cpp",
10     "AlignOfTest.cpp",
11     "AlignmentTest.cpp",
12     "AllocatorTest.cpp",
13     "AnnotationsTest.cpp",
14     "ArrayRecyclerTest.cpp",
15     "BinaryStreamTest.cpp",
16     "BlockFrequencyTest.cpp",
17     "BranchProbabilityTest.cpp",
18     "CRCTest.cpp",
19     "CachePruningTest.cpp",
20     "Casting.cpp",
21     "CheckedArithmeticTest.cpp",
22     "Chrono.cpp",
23     "CommandLineTest.cpp",
24     "CompressionTest.cpp",
25     "ConvertUTFTest.cpp",
26     "CrashRecoveryTest.cpp",
27     "DJBTest.cpp",
28     "DataExtractorTest.cpp",
29     "DebugCounterTest.cpp",
30     "DebugTest.cpp",
31     "EndianStreamTest.cpp",
32     "EndianTest.cpp",
33     "ErrnoTest.cpp",
34     "ErrorOrTest.cpp",
35     "ErrorTest.cpp",
36     "FileCheckTest.cpp",
37     "FileCollectorTest.cpp",
38     "FileOutputBufferTest.cpp",
39     "FileUtilitiesTest.cpp",
40     "FormatVariadicTest.cpp",
41     "GlobPatternTest.cpp",
42     "Host.cpp",
43     "ItaniumManglingCanonicalizerTest.cpp",
44     "JSONTest.cpp",
45     "KnownBitsTest.cpp",
46     "LEB128Test.cpp",
47     "LineIteratorTest.cpp",
48     "LockFileManagerTest.cpp",
49     "MD5Test.cpp",
50     "ManagedStatic.cpp",
51     "MatchersTest.cpp",
52     "MathExtrasTest.cpp",
53     "MemoryBufferTest.cpp",
54     "MemoryTest.cpp",
55     "NativeFormatTests.cpp",
56     "ParallelTest.cpp",
57     "Path.cpp",
58     "ProcessTest.cpp",
59     "ProgramTest.cpp",
60     "RegexTest.cpp",
61     "ReplaceFileTest.cpp",
62     "ReverseIterationTest.cpp",
63     "ScaledNumberTest.cpp",
64     "SignalsTest.cpp",
65     "SourceMgrTest.cpp",
66     "SpecialCaseListTest.cpp",
67     "StringPool.cpp",
68     "SwapByteOrderTest.cpp",
69     "SymbolRemappingReaderTest.cpp",
70     "TarWriterTest.cpp",
71     "TargetParserTest.cpp",
72     "TaskQueueTest.cpp",
73     "ThreadLocalTest.cpp",
74     "ThreadPool.cpp",
75     "Threading.cpp",
76     "TimerTest.cpp",
77     "TrailingObjectsTest.cpp",
78     "TrigramIndexTest.cpp",
79     "TypeNameTest.cpp",
80     "TypeTraitsTest.cpp",
81     "UnicodeTest.cpp",
82     "VersionTupleTest.cpp",
83     "VirtualFileSystemTest.cpp",
84     "YAMLIOTest.cpp",
85     "YAMLParserTest.cpp",
86     "formatted_raw_ostream_test.cpp",
87     "raw_ostream_test.cpp",
88     "raw_pwrite_stream_test.cpp",
89     "raw_sha1_ostream_test.cpp",
90     "xxhashTest.cpp",
91   ]