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
This commit is contained in:
Rafael Espindola 2016-03-01 21:29:33 +00:00
parent c9b39e6bdd
commit b2d0b15d68
2 changed files with 15 additions and 0 deletions

View File

@ -31,6 +31,7 @@ subdirectories =
LTO
MC
Object
ObjectYAML
Option
Passes
ProfileData

View File

@ -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