[LLVMdev] clang++ include problems
Dmitri Gribenko
gribozavr at gmail.com
Tue May 28 03:05:10 PDT 2013
On Tue, May 28, 2013 at 10:08 AM, Vania Joloboff
<vania.joloboff at inria.fr> wrote:
> Hello
>
> It looks like Ubuntu 13.04 has changed the include files directories
> structure
> Now we get the following error in many of our programs
> that compile fine on Ubuntu 12.04
Clang 3.3 includes a fix to support Ubuntu 13.04.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the llvm-dev
mailing list