[PATCH] D34618: [LLD] Add basic 64-bit SPARC support
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 10:02:48 PDT 2017
emaste 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):
----------------
sort these first in a separate commit?
https://reviews.llvm.org/D34618
More information about the llvm-commits
mailing list