r229680 - Change representation of member function pointers for MIPS targets
Anton Korobeynikov
anton at korobeynikov.info
Mon Feb 23 07:18:00 PST 2015
> --- cfe/trunk/lib/Basic/TargetInfo.cpp (original)
> +++ cfe/trunk/lib/Basic/TargetInfo.cpp Wed Feb 18 09:21:35 2015
> @@ -655,6 +655,7 @@ bool TargetCXXABI::tryParse(llvm::String
> .Case("ios", iOS)
> .Case("itanium", GenericItanium)
> .Case("microsoft", Microsoft)
> + .Case("arm", GenericMIPS)
> .Default(unknown);
> if (kind == unknown) return false;
Why "arm" here? Did anyone reviewed this patch? Where are the tests?
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the cfe-commits
mailing list