[gn build] Port 00255f41929
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Fri, 23 Oct 2020 16:19:55 +0000 (16:19 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Fri, 23 Oct 2020 16:19:55 +0000 (16:19 +0000)
llvm/utils/gn/secondary/llvm/unittests/Target/AMDGPU/BUILD.gn

index 592a10a..68b127a 100644 (file)
@@ -10,5 +10,8 @@ unittest("AMDGPUTests") {
     "//llvm/lib/Target/AMDGPU/Utils",
   ]
   include_dirs = [ "//llvm/lib/Target/AMDGPU" ]
-  sources = [ "DwarfRegMappings.cpp" ]
+  sources = [
+    "DwarfRegMappings.cpp",
+    "ExecMayBeModifiedBeforeAnyUse.cpp",
+  ]
 }