mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 16:21:36 +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
|
||||
MC
|
||||
Object
|
||||
ObjectYAML
|
||||
Option
|
||||
Passes
|
||||
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