[llvm] r374383 - gn build: Merge r374381

GN Sync Bot via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 10:14:20 PDT 2019


Author: gnsyncbot
Date: Thu Oct 10 10:14:20 2019
New Revision: 374383

URL: http://llvm.org/viewvc/llvm-project?rev=374383&view=rev
Log:
gn build: Merge r374381

Modified:
    llvm/trunk/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn

Modified: llvm/trunk/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn?rev=374383&r1=374382&r2=374383&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn Thu Oct 10 10:14:20 2019
@@ -6,6 +6,8 @@ static_library("GSYM") {
   sources = [
     "FileWriter.cpp",
     "FunctionInfo.cpp",
+    "GsymCreator.cpp",
+    "GsymReader.cpp",
     "Header.cpp",
     "InlineInfo.cpp",
     "LineTable.cpp",




More information about the llvm-commits mailing list