summaryrefslogtreecommitdiff
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
commitb2d0b15d68989c57f20ad1666b41f115aecabf9f (patch)
treeab42ce2ef3fdb54fd207a5f929a06332385532de
parentc9b39e6bddbf4e10d8358c7c4300c69814a501e1 (diff)
Add LLVMBuild for ObjectYAML.
Should fix the DBUILD_SHARED_LIBS bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262396 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/LLVMBuild.txt1
-rw-r--r--lib/ObjectYAML/LLVMBuild.txt14
2 files changed, 15 insertions, 0 deletions
diff --git a/lib/LLVMBuild.txt b/lib/LLVMBuild.txt
index 2edb66ae3ae..50bf69089ed 100644
--- a/lib/LLVMBuild.txt
+++ b/lib/LLVMBuild.txt
@@ -31,6 +31,7 @@ subdirectories =
LTO
MC
Object
+ ObjectYAML
Option
Passes
ProfileData
diff --git a/lib/ObjectYAML/LLVMBuild.txt b/lib/ObjectYAML/LLVMBuild.txt
new file mode 100644
index 00000000000..b8d1d2f1779
--- /dev/null
+++ b/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