mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-03 08:41:44 +00:00
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:
parent
c9b39e6bdd
commit
b2d0b15d68
@ -31,6 +31,7 @@ subdirectories =
|
|||||||
LTO
|
LTO
|
||||||
MC
|
MC
|
||||||
Object
|
Object
|
||||||
|
ObjectYAML
|
||||||
Option
|
Option
|
||||||
Passes
|
Passes
|
||||||
ProfileData
|
ProfileData
|
||||||
|
14
lib/ObjectYAML/LLVMBuild.txt
Normal file
14
lib/ObjectYAML/LLVMBuild.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user