diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-03-01 21:29:33 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-03-01 21:29:33 +0000 |
| commit | 889e45601e0953393dbe852df06b9d1fa097425a (patch) | |
| tree | c4271980d583be89211ace9454c3fb84495e806e /llvm/lib | |
| parent | ddb27369a0aaaecaa656e3afe656253a7b52f521 (diff) | |
| download | bcm5719-llvm-889e45601e0953393dbe852df06b9d1fa097425a.tar.gz bcm5719-llvm-889e45601e0953393dbe852df06b9d1fa097425a.zip | |
Add LLVMBuild for ObjectYAML.
Should fix the DBUILD_SHARED_LIBS bots.
llvm-svn: 262396
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/LLVMBuild.txt | 1 | ||||
| -rw-r--r-- | llvm/lib/ObjectYAML/LLVMBuild.txt | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/llvm/lib/LLVMBuild.txt b/llvm/lib/LLVMBuild.txt index 2edb66ae3ae..50bf69089ed 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 00000000000..b8d1d2f1779 --- /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 |

