[cfe-dev] clang patches for OpenBSD
Anton Korobeynikov
anton at korobeynikov.info
Fri Feb 18 09:33:36 PST 2011
> +#undef __SSE2__
> #ifdef __SSE2__
> #include <emmintrin.h>
I don't think this will be accepted.
> #elif __ALTIVEC__
> Index: lib/Driver/Tools.cpp
> ===================================================================
> --- lib/Driver/Tools.cpp (revision 125833)
> +++ lib/Driver/Tools.cpp (working copy)
> @@ -3080,9 +3080,9 @@
>
> if (Args.hasArg(options::OPT_pthread))
> CmdArgs.push_back("-pthread");
> + //CmdArgs.push_back("-lpthread");
And this as well.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
More information about the cfe-dev
mailing list