[llvm][llvm-readobj] Add NT_ARM_GCS Linux core note type (#117545)
[llvm-project.git] / llvm / utils / gn / secondary / clang / unittests / Basic / BUILD.gn
blob46cea0cb2943d0b138d40f8eb741739939c1b785
1 import("//third-party/unittest/unittest.gni")
3 unittest("BasicTests") {
4   configs += [ "//llvm/utils/gn/build:clang_code" ]
5   deps = [
6     "//clang/lib/Basic",
7     "//clang/lib/Lex",
8     "//llvm/lib/Support",
9     "//llvm/lib/Testing/Support",
10   ]
11   sources = [
12     "CharInfoTest.cpp",
13     "DarwinSDKInfoTest.cpp",
14     "DiagnosticTest.cpp",
15     "FileEntryTest.cpp",
16     "FileManagerTest.cpp",
17     "LineOffsetMappingTest.cpp",
18     "SanitizersTest.cpp",
19     "SarifTest.cpp",
20     "SourceManagerTest.cpp",
21   ]