mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
0bef0a2efc
This adds initial support for a demangling library (LLVMDemangle) and tool (llvm-undname) for demangling Microsoft names. This doesn't cover 100% of cases and there are some known limitations which I intend to address in followup patches, at least until such time that we have (near) 100% test coverage matching up with all of the test cases in clang/test/CodeGenCXX/mangle-ms-*. Differential Revision: https://reviews.llvm.org/D49552 llvm-svn: 337584
61 lines
1.1 KiB
Plaintext
61 lines
1.1 KiB
Plaintext
;===- ./tools/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
|
|
;
|
|
;===------------------------------------------------------------------------===;
|
|
|
|
[common]
|
|
subdirectories =
|
|
bugpoint
|
|
dsymutil
|
|
llc
|
|
lli
|
|
llvm-ar
|
|
llvm-as
|
|
llvm-bcanalyzer
|
|
llvm-cat
|
|
llvm-cfi-verify
|
|
llvm-cov
|
|
llvm-cvtres
|
|
llvm-diff
|
|
llvm-dis
|
|
llvm-dwarfdump
|
|
llvm-dwp
|
|
llvm-exegesis
|
|
llvm-extract
|
|
llvm-jitlistener
|
|
llvm-link
|
|
llvm-lto
|
|
llvm-mc
|
|
llvm-mca
|
|
llvm-modextract
|
|
llvm-mt
|
|
llvm-nm
|
|
llvm-objcopy
|
|
llvm-objdump
|
|
llvm-pdbutil
|
|
llvm-profdata
|
|
llvm-rc
|
|
llvm-rtdyld
|
|
llvm-size
|
|
llvm-split
|
|
llvm-undname
|
|
opt
|
|
verify-uselistorder
|
|
|
|
[component_0]
|
|
type = Group
|
|
name = Tools
|
|
parent = $ROOT
|