llvm-project/llvm/lib/DebugInfo/GSYM
serge-sans-paille 9218ff50f9 llvmbuildectomy - replace llvm-build by plain cmake
No longer rely on an external tool to build the llvm component layout.

Instead, leverage the existing `add_llvm_componentlibrary` cmake function and
introduce `add_llvm_component_group` to accurately describe component behavior.

These function store extra properties in the created targets. These properties
are processed once all components are defined to resolve library dependencies
and produce the header expected by llvm-config.

Differential Revision: https://reviews.llvm.org/D90848
2020-11-13 10:35:24 +01:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
DwarfTransformer.cpp [NFC] Move ValidTextRanges out of DwarfTransformer and into GsymCreator and unify address is not in GSYM errors so all strings match. 2020-02-15 16:48:23 -08:00
FileWriter.cpp Add FileWriter to GSYM and encode/decode functions to AddressRange and AddressRanges 2019-08-21 21:48:11 +00:00
FunctionInfo.cpp Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00
GsymCreator.cpp Fix buildbots with merge that didn't happen for 4050b01ba9. 2020-03-04 19:28:24 -08:00
GsymReader.cpp Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00
Header.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
InlineInfo.cpp Add an Offset field to the SourceLocation for LookupResult objects. 2020-02-19 16:12:32 -08:00
LineTable.cpp Revert "Remove redundant "std::move"s in return statements" 2020-02-10 07:07:40 -08:00
LookupResult.cpp Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00
ObjectFileTransformer.cpp [Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t> 2020-05-02 14:04:44 +08:00
Range.cpp Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups. 2020-02-25 21:11:05 -08:00