OSDN Git Service

FuzzMutate: Fix arch parsing in FuzzerCLI
authorJustin Bogner <mail@justinbogner.com>
Tue, 17 Oct 2017 02:39:40 +0000 (02:39 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 17 Oct 2017 02:39:40 +0000 (02:39 +0000)
commit6ec40b1040ace1a8fe1e60e4720025a41cea7890
tree82c0dd5d47767a1ea769b5573c6256765cd0819f
parentd8da420012a40fa195a788fc393a0b8cfbad49f0
FuzzMutate: Fix arch parsing in FuzzerCLI

The right way to parse arch names is by creating a triple. This was
using getArchTypeForLLVMName before, which doesn't really do the right
thing here.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315965 91177308-0d34-0410-b5e6-96231b3b80d8
lib/FuzzMutate/FuzzerCLI.cpp