Originally committed in fe7a3cedf77125a6309150d85cecbc20b1a31775 Reverted in 26dd64ba9cfabe5474bb207f3b7099965f81fed7 Buildbot failures: https://lab.llvm.org/buildbot#builders/139/builds/29663 - unittest trigger an invalid assertion. https://lab.llvm.org/buildbot#builders/196/builds/19665 - 'has virtual functions but non-virtual destructor' warning as error. Recommitted with fix: - Removed the assertion. - Added virtual destructor.
22 lines
802 B
Plaintext
22 lines
802 B
Plaintext
;===- ./tools/llvm-debuginfo-analyzer/LLVMBuild.txt ------------*- Conf -*--===;
|
|
;
|
|
; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
; See https://llvm.org/LICENSE.txt for license information.
|
|
; SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
;
|
|
;===------------------------------------------------------------------------===;
|
|
;
|
|
; 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-debuginfo-analyzer
|
|
parent = Tools
|
|
required_libraries = DebugInfoLogicalView DebugInfoDWARF DebugInfoCodeView DebugInfoPDB Object
|