1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Add LLVMBuild for ObjectYAML.

Should fix the DBUILD_SHARED_LIBS bots.

llvm-svn: 262396
This commit is contained in:
Rafael Espindola 2016-03-01 21:29:33 +00:00
parent a94ed2af53
commit 39a5050ba2
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