mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
29999e01da
http://lists.llvm.org/pipermail/llvm-dev/2018-September/126472.html TextAPI is a library and accompanying tool that allows conversion between binary shared object stubs and textual counterparts. The motivations and uses cases for this are explained thoroughly in the llvm-dev proposal [1]. This initial commit proposes a potential structure for the TAPI library, also including support for reading/writing text-based ELF stubs (.tbe) in addition to preliminary support for reading binary ELF files. The goal for this patch is to ensure the project architecture appropriately welcomes integration of Mach-O stubbing from Apple's TAPI [2]. Added: - TextAPI library - .tbe read support - .tbe write (to raw_ostream) support [1] http://lists.llvm.org/pipermail/llvm-dev/2018-September/126472.html [2] https://github.com/ributzka/tapi Differential Revision: https://reviews.llvm.org/D53051 llvm-svn: 348170
55 lines
992 B
Plaintext
55 lines
992 B
Plaintext
;===- ./lib/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 =
|
|
Analysis
|
|
AsmParser
|
|
Bitcode
|
|
CodeGen
|
|
DebugInfo
|
|
Demangle
|
|
ExecutionEngine
|
|
FuzzMutate
|
|
LineEditor
|
|
Linker
|
|
IR
|
|
IRReader
|
|
LTO
|
|
MC
|
|
Object
|
|
BinaryFormat
|
|
ObjectYAML
|
|
Option
|
|
OptRemarks
|
|
Passes
|
|
ProfileData
|
|
Support
|
|
TableGen
|
|
TextAPI
|
|
Target
|
|
Testing
|
|
ToolDrivers
|
|
Transforms
|
|
WindowsManifest
|
|
XRay
|
|
|
|
[component_0]
|
|
type = Group
|
|
name = Libraries
|
|
parent = $ROOT
|