[llvm] r262396 - Add LLVMBuild for ObjectYAML.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 13:29:34 PST 2016


Author: rafael
Date: Tue Mar  1 15:29:33 2016
New Revision: 262396

URL: http://llvm.org/viewvc/llvm-project?rev=262396&view=rev
Log:
Add LLVMBuild for ObjectYAML.

Should fix the DBUILD_SHARED_LIBS bots.

Added:
    llvm/trunk/lib/ObjectYAML/LLVMBuild.txt
Modified:
    llvm/trunk/lib/LLVMBuild.txt

Modified: llvm/trunk/lib/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/LLVMBuild.txt?rev=262396&r1=262395&r2=262396&view=diff
==============================================================================
--- llvm/trunk/lib/LLVMBuild.txt (original)
+++ llvm/trunk/lib/LLVMBuild.txt Tue Mar  1 15:29:33 2016
@@ -31,6 +31,7 @@ subdirectories =
  LTO
  MC
  Object
+ ObjectYAML
  Option
  Passes
  ProfileData

Added: llvm/trunk/lib/ObjectYAML/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/ObjectYAML/LLVMBuild.txt?rev=262396&view=auto
==============================================================================
--- llvm/trunk/lib/ObjectYAML/LLVMBuild.txt (added)
+++ llvm/trunk/lib/ObjectYAML/LLVMBuild.txt Tue Mar  1 15:29:33 2016
@@ -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




More information about the llvm-commits mailing list