Skip to content

Commit 31456ff

Browse files
committed
[gn build] Kind of port e6f44a3 (DirectXTests)
1 parent 2d014b7 commit 31456ff

File tree

1 file changed

+17
-0
lines changed
  • llvm/utils/gn/secondary/llvm/unittests/Target/DirectX

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import("//llvm/utils/unittest/unittest.gni")
2+
3+
# This test is currently not referenced by anything, it only exists
4+
# to make sync_source_lists_from_cmake.py happy.
5+
unittest("DirextXTests") {
6+
deps = [
7+
"//llvm/lib/AsmParser",
8+
"//llvm/lib/IR",
9+
"//llvm/lib/Support",
10+
"//llvm/lib/Target",
11+
12+
# FIXME: If we we ever add lib/Target/DirectX to the GN build, add this dep,
13+
# and make /llvm/unittests depend on DirextXTests.
14+
#"//llvm/lib/Target/DirectX:LLVMDirectXCodeGen",
15+
]
16+
sources = [ "PointerTypeAnalysisTests.cpp" ]
17+
}

0 commit comments

Comments
 (0)