[PATCH] D51156: Handle identifying AMDGPU bitcode files
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 26 23:22:59 PDT 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/InputFiles.cpp:1074-1076
+ case Triple::amdgcn:
+ case Triple::r600:
+ return EM_AMDGPU;
----------------
Move this after aarch64 as the cases in this switch are sorted alphabetically.
https://reviews.llvm.org/D51156
More information about the llvm-commits
mailing list