From ec5a299644dcc8bc9f459db3d3e30428cc0cbd13 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Wed, 26 Jun 2019 15:46:48 +0000 Subject: [PATCH] Fix build in shared lib mode. - The newly added GSYM misses LLVMBuild.txt. Add a barely one to pass the build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364440 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/DebugInfo/GSYM/LLVMBuild.txt | 21 +++++++++++++++++++++ lib/DebugInfo/LLVMBuild.txt | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 lib/DebugInfo/GSYM/LLVMBuild.txt diff --git a/lib/DebugInfo/GSYM/LLVMBuild.txt b/lib/DebugInfo/GSYM/LLVMBuild.txt new file mode 100644 index 00000000000..f3c15ba60bf --- /dev/null +++ b/lib/DebugInfo/GSYM/LLVMBuild.txt @@ -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 diff --git a/lib/DebugInfo/LLVMBuild.txt b/lib/DebugInfo/LLVMBuild.txt index 486cedaf6c2..ce11a76db00 100644 --- a/lib/DebugInfo/LLVMBuild.txt +++ b/lib/DebugInfo/LLVMBuild.txt @@ -15,7 +15,7 @@ ;===------------------------------------------------------------------------===; [common] -subdirectories = DWARF MSF CodeView PDB Symbolize +subdirectories = DWARF GSYM MSF CodeView PDB Symbolize [component_0] type = Group -- 2.40.0