summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2016-03-01 21:29:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2016-03-01 21:29:33 +0000
commit889e45601e0953393dbe852df06b9d1fa097425a (patch)
treec4271980d583be89211ace9454c3fb84495e806e /llvm/lib
parentddb27369a0aaaecaa656e3afe656253a7b52f521 (diff)
downloadbcm5719-llvm-889e45601e0953393dbe852df06b9d1fa097425a.tar.gz
bcm5719-llvm-889e45601e0953393dbe852df06b9d1fa097425a.zip
Add LLVMBuild for ObjectYAML.
Should fix the DBUILD_SHARED_LIBS bots. llvm-svn: 262396
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/LLVMBuild.txt1
-rw-r--r--llvm/lib/ObjectYAML/LLVMBuild.txt14
2 files changed, 15 insertions, 0 deletions
diff --git a/llvm/lib/LLVMBuild.txt b/llvm/lib/LLVMBuild.txt
index 2edb66ae3ae..50bf69089ed 100644
--- a/llvm/lib/LLVMBuild.txt
+++ b/llvm/lib/LLVMBuild.txt
@@ -31,6 +31,7 @@ subdirectories =
LTO
MC
Object
+ ObjectYAML
Option
Passes
ProfileData
diff --git a/llvm/lib/ObjectYAML/LLVMBuild.txt b/llvm/lib/ObjectYAML/LLVMBuild.txt
new file mode 100644
index 00000000000..b8d1d2f1779
--- /dev/null
+++ b/llvm/lib/ObjectYAML/LLVMBuild.txt
@@ -0,0 +1,14 @@
+;===------------------------------------------------------------*- Conf -*--===;
+;
+; The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Library
+name = ObjectYAML
+parent = Libraries
+required_libraries = Support
OpenPOWER on IntegriCloud