diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-11 22:59:39 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-11 22:59:39 +0000 |
commit | 57fb3ae9975f25db293fe3aed269e6851a25b8ed (patch) | |
tree | 1b24f8d4dc5f58e4353dac3246a0530a3630261a /llvm/tools/llvm-objdump | |
parent | 2f39f727032aecc69c3e3ed40aca5128719f9df0 (diff) | |
download | bcm5719-llvm-57fb3ae9975f25db293fe3aed269e6851a25b8ed.tar.gz bcm5719-llvm-57fb3ae9975f25db293fe3aed269e6851a25b8ed.zip |
LLVMBuild: Add description files for the LLVM tools.
llvm-svn: 144417
Diffstat (limited to 'llvm/tools/llvm-objdump')
-rw-r--r-- | llvm/tools/llvm-objdump/LLVMBuild.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/llvm/tools/llvm-objdump/LLVMBuild.txt b/llvm/tools/llvm-objdump/LLVMBuild.txt new file mode 100644 index 00000000000..4a8103ea1be --- /dev/null +++ b/llvm/tools/llvm-objdump/LLVMBuild.txt @@ -0,0 +1,23 @@ +;===- ./tools/llvm-objdump/LLVMBuild.txt -----------------------*- Conf -*--===; +; +; The LLVM Compiler Infrastructure +; +; This file is distributed under the University of Illinois Open Source +; License. See LICENSE.TXT for details. +; +;===------------------------------------------------------------------------===; +; +; This is an LLVMBuild description file for the components in this subdirectory. +; +; For more information on the LLVMBuild system, please see: +; +; http://llvm.org/docs/LLVMBuild.html +; +;===------------------------------------------------------------------------===; + +[component_0] +type = Tool +name = llvm-objdump +parent = Tools +required_libraries = DebugInfo MC MCDisassembler MCParser Object all-targets + |