[PATCH] D14774: [ARM] Add +feature names to TargetParser extensions table

Bradley Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 08:23:23 PST 2015


bsmith updated this revision to Diff 40514.
bsmith added a comment.

Only call getName/getNegName if the respective feature name is not nullptr. Also enable use of +crypto, I had originally omitted this due to it being specified in -mfpu, but I see no reason why it can't be here also.


Repository:
  rL LLVM

http://reviews.llvm.org/D14774

Files:
  include/llvm/Support/ARMTargetParser.def
  include/llvm/Support/TargetParser.h
  lib/Support/TargetParser.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14774.40514.patch
Type: text/x-patch
Size: 3890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151118/db67e5e0/attachment.bin>


More information about the llvm-commits mailing list