2017-06-10 13:44:06 +00:00
|
|
|
;===- ./tools/llvm-pdbutil/LLVMBuild.txt -----------------------*- Conf -*--===;
|
2012-04-14 13:54:10 +00:00
|
|
|
;
|
|
|
|
; 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]
|
2015-01-18 16:17:27 +00:00
|
|
|
type = Tool
|
2017-06-10 13:44:06 +00:00
|
|
|
name = llvm-pdbutil
|
2015-01-18 16:17:27 +00:00
|
|
|
parent = Tools
|
2017-01-02 19:17:04 +00:00
|
|
|
required_libraries = DebugInfoMSF DebugInfoPDB
|
2015-05-27 18:44:32 +00:00
|
|
|
|