[PATCH] D34618: [LLD] Add basic 64-bit SPARC support
Mark Kettenis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 05:32:50 PDT 2017
kettenis marked an inline comment as done.
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:
> kettenis wrote:
> > emaste wrote:
> > > sort these first in a separate commit?
> > If somebody with commit access can do this for me I'll "rebase" the diff.
> Ok, done in rL306403
Thanks!
https://reviews.llvm.org/D34618
More information about the llvm-commits
mailing list