[gn build] Port 944f4b280585
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Thu, 12 Jan 2023 19:05:33 +0000 (19:05 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Thu, 12 Jan 2023 19:05:33 +0000 (19:05 +0000)
llvm/utils/gn/secondary/llvm/unittests/Target/DirectX/BUILD.gn

index babc171..0a8ec6a 100644 (file)
@@ -13,5 +13,8 @@ unittest("DirextXTests") {
     # and make /llvm/unittests depend on DirextXTests.
     #"//llvm/lib/Target/DirectX:LLVMDirectXCodeGen",
   ]
-  sources = [ "PointerTypeAnalysisTests.cpp" ]
+  sources = [
+    "CBufferDataLayoutTests.cpp",
+    "PointerTypeAnalysisTests.cpp",
+  ]
 }