[PATCH] D34618: [LLD] Add basic 64-bit SPARC support
Mark Kettenis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 02:03:44 PDT 2017
kettenis added inline comments.
================
Comment at: lld/test/lit.cfg:248-249
config.available_features.add('aarch64')
+if re.search(r'AMDGPU', archs):
+ config.available_features.add('amdgpu')
if re.search(r'ARM', archs):
----------------
emaste wrote:
> sort these first in a separate commit?
If somebody with commit access can do this for me I'll "rebase" the diff.
https://reviews.llvm.org/D34618
More information about the llvm-commits
mailing list