Don't declare target initialization functions ourself, let
llvm-c/Target.h do it for us.  In fact this header was being dragged in already,
and causing clang to error out when compiling this file due to the duplicate
declarations.  Fixes PR15903.

llvm-svn: 181030
1 file changed