1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/Target/BPF/MCTargetDesc
Yonghong Song 6d249ac22a [bpf] Symbol sizes and types in object file
Clang-compiled object files currently don't include the symbol sizes and
types.  Some tools however need that information.  For example, ctfconvert
uses that information to generate FreeBSD's CTF representation from ELF
files.
With this patch, symbol sizes and types are included in object files.

Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
Reported-by: Yutaro Hayakawa <yhayakawa3720@gmail.com>
llvm-svn: 342556
2018-09-19 16:04:13 +00:00
..
BPFAsmBackend.cpp bpf: fix an assertion in BPFAsmBackend applyFixup() 2018-08-22 21:21:03 +00:00
BPFELFObjectWriter.cpp
BPFMCAsmInfo.h [bpf] Symbol sizes and types in object file 2018-09-19 16:04:13 +00:00
BPFMCCodeEmitter.cpp
BPFMCTargetDesc.cpp
BPFMCTargetDesc.h
CMakeLists.txt
LLVMBuild.txt