[llvm] ba2e3bd - [gn build] Port f01a32f5c58b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 15 10:08:09 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-03-15T17:01:45Z
New Revision: ba2e3bd39678bdadabe8b606007d335e1cb4d213

URL: https://github.com/llvm/llvm-project/commit/ba2e3bd39678bdadabe8b606007d335e1cb4d213
DIFF: https://github.com/llvm/llvm-project/commit/ba2e3bd39678bdadabe8b606007d335e1cb4d213.diff

LOG: [gn build] Port f01a32f5c58b

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
index 39c3efaa040a54..7c9edfb016d7aa 100644
--- a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
@@ -16,6 +16,7 @@ static_library("Host") {
   ]
   public_deps = [ "//llvm/utils/gn/build/libs/xml" ]
   sources = [
+    "common/Alarm.cpp",
     "common/File.cpp",
     "common/FileAction.cpp",
     "common/FileCache.cpp",


        


More information about the llvm-commits mailing list