[llvm-commits] [llvm] r155661 - /llvm/trunk/runtime/libprofile/CommonProfiling.c

James Molloy james.molloy at arm.com
Fri Apr 27 07:37:24 PDT 2012


Joerg,

I'm not explicitly using a c90 compiler (GCC 4.4.4).

We're using CMake to build here, and I assumed it was down to some flag
CMake was setting when compiling C files.

If you think it's down to my setup, I can investigate further?

Cheers,

James

-----Original Message-----
From: llvm-commits-bounces at cs.uiuc.edu
[mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Joerg Sonnenberger
Sent: 27 April 2012 14:24
To: llvm-commits at cs.uiuc.edu
Subject: Re: [llvm-commits] [llvm] r155661 -
/llvm/trunk/runtime/libprofile/CommonProfiling.c

On Fri, Apr 27, 2012 at 01:54:16PM +0100, James Molloy wrote:
> This commit causes our build to fail because of the use of C++ style
> comments in a file compiled for C90.
> 
> Could you please change to C-style comments?

Have you considered just using a C99 compiler?

Joerg
_______________________________________________
llvm-commits mailing list
llvm-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits








More information about the llvm-commits mailing list