[PATCH] D20089: Adding a TargetParser for AArch64
jojo.ma via llvm-commits
llvm-commits at lists.llvm.org
Sun May 22 23:57:22 PDT 2016
jojo removed rL LLVM as the repository for this revision.
jojo changed the visibility of this Differential Revision from "All Users" to "Public (No Login Required)".
jojo updated this revision to Diff 58071.
jojo added a comment.
1.unsigned llvm::AArch64::getArchAttr(unsigned ArchKind)
Correct the error according to the inline comment.
2.unsigned llvm::AArch64::parseArch(StringRef Arch, std::vector<const char *> &Features)
Adjust arch check logic
http://reviews.llvm.org/D20089
Files:
include/llvm/Support/AArch64TargetParser.def
include/llvm/Support/ARMTargetParser.def
include/llvm/Support/TargetParser.h
lib/Support/TargetParser.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20089.58071.patch
Type: text/x-patch
Size: 32443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160523/23a2d713/attachment.bin>
More information about the llvm-commits
mailing list