Details
Details
Diff Detail
Diff Detail
Event Timeline
include/llvm/Object/ELFObjectFile.h | ||
---|---|---|
1067 | Suggest including: if (!IsLittleEndian) return Triple::UnknownArch; |
Paths
| Differential D38556
AMDGPU: Add and set AMDGPU-specific e_flags ClosedPublic Authored by kzhuravl on Oct 4 2017, 11:36 AM.
Details
Diff Detail Event TimelineHerald added subscribers: tpr, dstuttard, yaxunl and 3 others. · View Herald TranscriptOct 4 2017, 11:36 AM kzhuravl added a parent revision: D38555: AMDGPU: Correctly set EI_OSABI based on the os.Oct 4 2017, 11:36 AM
This revision is now accepted and ready to land.Oct 4 2017, 4:43 PM Closed by commit rL314987: AMDGPU: Add and set AMDGPU-specific e_flags (authored by kzhuravl). · Explain WhyOct 5 2017, 9:21 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 117706 include/llvm/BinaryFormat/ELF.h
include/llvm/Object/ELFObjectFile.h
lib/ObjectYAML/ELFYAML.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
test/CodeGen/AMDGPU/elf-header.ll
test/Object/AMDGPU/elf64-amdgcn-amdhsa-definitions.yaml
test/Object/AMDGPU/elf64-amdgcn-amdpal-definitions.yaml
test/Object/AMDGPU/elf64-amdgcn-mesa3d-definitions.yaml
test/tools/llvm-readobj/amdgpu-elf-definitions.test
tools/llvm-readobj/ELFDumper.cpp
|