summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorMichael Liao <michael.hliao@gmail.com>2019-06-26 15:46:48 +0000
committerMichael Liao <michael.hliao@gmail.com>2019-06-26 15:46:48 +0000
commit68ea5fee21b799ce22aee26493146769abf6b00b (patch)
tree50f351f71b49edc21540995091bcdf16640c8ccc /llvm/lib
parentd1a34f314d0dba7e49292b3ab3f223779fde359b (diff)
downloadbcm5719-llvm-68ea5fee21b799ce22aee26493146769abf6b00b.tar.gz
bcm5719-llvm-68ea5fee21b799ce22aee26493146769abf6b00b.zip
Fix build in shared lib mode.
- The newly added GSYM misses LLVMBuild.txt. Add a barely one to pass the build. llvm-svn: 364440
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/DebugInfo/GSYM/LLVMBuild.txt21
-rw-r--r--llvm/lib/DebugInfo/LLVMBuild.txt2
2 files changed, 22 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt b/llvm/lib/DebugInfo/GSYM/LLVMBuild.txt
new file mode 100644
index 00000000000..f3c15ba60bf
--- /dev/null
+++ b/llvm/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/llvm/lib/DebugInfo/LLVMBuild.txt b/llvm/lib/DebugInfo/LLVMBuild.txt
index 486cedaf6c2..ce11a76db00 100644
--- a/llvm/lib/DebugInfo/LLVMBuild.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud