[llvm] r364440 - Fix build in shared lib mode.

Michael Liao via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 08:46:48 PDT 2019


Author: hliao
Date: Wed Jun 26 08:46:48 2019
New Revision: 364440

URL: http://llvm.org/viewvc/llvm-project?rev=364440&view=rev
Log:
Fix build in shared lib mode.

- The newly added GSYM misses LLVMBuild.txt. Add a barely one to pass
  the build.

Added:
    llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt
Modified:
    llvm/trunk/lib/DebugInfo/LLVMBuild.txt

Added: llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt?rev=364440&view=auto
==============================================================================
--- llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt (added)
+++ llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt Wed Jun 26 08:46:48 2019
@@ -0,0 +1,21 @@
+;===- ./lib/DebugInfo/DWARF/LLVMBuild.txt ----------------------*- Conf -*--===;
+;
+; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+; See https://llvm.org/LICENSE.txt for license information.
+; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+;   http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Library
+name = DebugInfoGSYM
+parent = DebugInfo
+required_libraries = Support

Modified: llvm/trunk/lib/DebugInfo/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/LLVMBuild.txt?rev=364440&r1=364439&r2=364440&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/LLVMBuild.txt (original)
+++ llvm/trunk/lib/DebugInfo/LLVMBuild.txt Wed Jun 26 08:46:48 2019
@@ -15,7 +15,7 @@
 ;===------------------------------------------------------------------------===;
 
 [common]
-subdirectories = DWARF MSF CodeView PDB Symbolize
+subdirectories = DWARF GSYM MSF CodeView PDB Symbolize
 
 [component_0]
 type = Group




More information about the llvm-commits mailing list