[PATCH] D39140: LLD/ELF/AMDGPU: Process AMDGPU-specific e_flags

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 10:39:26 PDT 2017


kzhuravl added a comment.

In https://reviews.llvm.org/D39140#905422, @ruiu wrote:

> How did you create Inputs/amdgpu-kernel-2.o? We generally want to avoid checking in binary files, so if it is created by llvm-mc or something, we'd like to check in the source file instead of the binary file.


It was created using "llc -filetype=obj...". Unfortunately we do not have an assembler for that architecture so cannot use llvm-mc.

We are also working on more changes to e_flags (related to architectures). Once we agree on those and add support to llvm, I was planning to replace this binary file with the source file (few weeks away). Would that be ok?


https://reviews.llvm.org/D39140





More information about the llvm-commits mailing list