We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d014b7 commit 31456ffCopy full SHA for 31456ff
llvm/utils/gn/secondary/llvm/unittests/Target/DirectX/BUILD.gn
@@ -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