Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm/Object/ELFObjectFile.h | ||
---|---|---|
1067 ↗ | (On Diff #117706) | 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 117837 llvm/trunk/include/llvm/BinaryFormat/ELF.h
llvm/trunk/include/llvm/Object/ELFObjectFile.h
llvm/trunk/lib/ObjectYAML/ELFYAML.cpp
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.h
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUELFStreamer.cpp
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
llvm/trunk/test/CodeGen/AMDGPU/elf-header.ll
llvm/trunk/test/Object/AMDGPU/elf32-r600-definitions.yaml
llvm/trunk/test/Object/AMDGPU/elf64-amdgcn-amdhsa-definitions.yaml
llvm/trunk/test/Object/AMDGPU/elf64-amdgcn-amdpal-definitions.yaml
llvm/trunk/test/Object/AMDGPU/elf64-amdgcn-mesa3d-definitions.yaml
llvm/trunk/test/tools/llvm-readobj/amdgpu-elf-definitions.test
llvm/trunk/tools/llvm-readobj/ELFDumper.cpp
|