[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git] / llvm / utils / gn / secondary / clang / unittests / InstallAPI / BUILD.gn
blobb8bf438bfdb48680d1f930086387a87ac42b50e2
1 import("//third-party/unittest/unittest.gni")
3 unittest("InstallAPITests") {
4   configs += [ "//llvm/utils/gn/build:clang_code" ]
5   deps = [
6     "//clang/lib/InstallAPI",
7     "//llvm/lib/Testing/Support",
8   ]
9   sources = [
10     "FileListTest.cpp",
11     "HeaderFileTest.cpp",
12   ]