MonetDB compiling with CLANG/LLVM
Hi, I want to ask if someone has tried compiling MonetDB with Clang/LLVM compiler? I intend to compile MonetDB with LLVM for analysing the query execution at runtime. Does someone know the changes in the build process required for building Monetdb with clang/llvm? Thanks. Cheers, Ahmad _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
Check this SO thread: http://stackoverflow.com/questions/7031126/switching-between-gcc-and-clang-l... On 12/18/2012 12:32 PM, Hassan, Ahmad wrote:
Hi,
I want to ask if someone has tried compiling MonetDB with Clang/LLVM compiler? I intend to compile MonetDB with LLVM for analysing the query execution at runtime.
Does someone know the changes in the build process required for building Monetdb with clang/llvm?
Thanks.
Cheers,
Ahmad
_______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
On 18-12-2012 14:12:05 +0000, Miguel Ping wrote:
Check this SO thread:
[1]http://stackoverflow.com/questions/7031126/switching-between-gcc-and-clang-l...
completely irrellevant
On 12/18/2012 12:32 PM, Hassan, Ahmad wrote:
Hi,
I want to ask if someone has tried compiling MonetDB with Clang/LLVM compiler? I intend to compile MonetDB with LLVM for analysing the query execution at runtime.
Does someone know the changes in the build process required for building Monetdb with clang/llvm?
use CC=clang ./configure, that should do it -- Fabian Groffen fabian@monetdb.org column-store pioneer http://www.monetdb.org/Home _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
Thanks Fabian. How about passing LLVM related CFLAGS i.e. -O3 -emit-llvm Cheers, Ahmad -----Original Message----- From: users-list-bounces+ahmad.hassan=sap.com@monetdb.org [mailto:users-list-bounces+ahmad.hassan=sap.com@monetdb.org] On Behalf Of Fabian Groffen Sent: 18 December 2012 14:17 To: users-list@monetdb.org Subject: Re: MonetDB compiling with CLANG/LLVM On 18-12-2012 14:12:05 +0000, Miguel Ping wrote:
Check this SO thread:
[1]http://stackoverflow.com/questions/7031126/switching-between-gcc-and-clang-l...
completely irrellevant
On 12/18/2012 12:32 PM, Hassan, Ahmad wrote:
Hi,
I want to ask if someone has tried compiling MonetDB with Clang/LLVM compiler? I intend to compile MonetDB with LLVM for analysing the query execution at runtime.
Does someone know the changes in the build process required for building Monetdb with clang/llvm?
use CC=clang ./configure, that should do it -- Fabian Groffen fabian@monetdb.org column-store pioneer http://www.monetdb.org/Home _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
On 18-12-2012 14:33:48 +0000, Hassan, Ahmad wrote:
Thanks Fabian. How about passing LLVM related CFLAGS i.e. -O3 -emit-llvm
that should just work -- Fabian Groffen fabian@monetdb.org column-store pioneer http://www.monetdb.org/Home _______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
participants (3)
-
Fabian Groffen
-
Hassan, Ahmad
-
Miguel Ping