From 889e45601e0953393dbe852df06b9d1fa097425a Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 1 Mar 2016 21:29:33 +0000 Subject: [PATCH] Add LLVMBuild for ObjectYAML. Should fix the DBUILD_SHARED_LIBS bots. llvm-svn: 262396 --- llvm/lib/LLVMBuild.txt | 1 + llvm/lib/ObjectYAML/LLVMBuild.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 llvm/lib/ObjectYAML/LLVMBuild.txt diff --git a/llvm/lib/LLVMBuild.txt b/llvm/lib/LLVMBuild.txt index 2edb66a..50bf690 100644 --- a/llvm/lib/LLVMBuild.txt +++ b/llvm/lib/LLVMBuild.txt @@ -31,6 +31,7 @@ subdirectories = LTO MC Object + ObjectYAML Option Passes ProfileData diff --git a/llvm/lib/ObjectYAML/LLVMBuild.txt b/llvm/lib/ObjectYAML/LLVMBuild.txt new file mode 100644 index 0000000..b8d1d2f --- /dev/null +++ b/llvm/lib/ObjectYAML/LLVMBuild.txt @@ -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 -- 2.7.4