repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[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
blob
b8bf438bfdb48680d1f930086387a87ac42b50e2
1
import("//third-party/unittest/unittest.gni")
2
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
]
13
}