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:
parent
a94ed2af53
commit
39a5050ba2
@ -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…
Reference in New Issue
Block a user