search for: bjornw

Displaying 3 results from an estimated 3 matches for "bjornw".

Did you mean: bjorn
2004 Dec 08
3
[LLVMdev] Compiling with Intel c++ 8.0
...le clearly defined gcc compile time flags, if I create a "--enable-intel-compiler" option and perform a global naming in such a way that one could differentiate between the GNU compiler and the ICC compiler - and hence setup the compile-time flags - would that be the way to go? Sincerely Bjornw> Bjørn Wennberg | bjornw at hue.no | +47 98678266 | http://www.hue.no -------------- next part -------------- A non-text attachment was scrubbed... Name: intel.diff Type: application/octet-stream Size: 14477 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachment...
2004 Dec 08
1
[LLVMdev] Compiling with Intel c++ 8.0
...he latter to be conformant with what you do. lib/Analysis/AliasAnalysis.cpp ICC gives me an error saying the function is already declared as extern. However, as you suggest: namespace llvm { extern void BasicAAStub(); }; Works like a charm ! Thanx. (Should have thought of that....) Sincerely Bjornw> -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Chris Lattner Sent: Wednesday, December 08, 2004 5:43 PM To: LLVM Developers Mailing List Subject: Re: [LLVMdev] Compiling with Intel c++ 8.0 On Wed, 8 Dec 2004, [iso-8859-1]...
2004 Dec 08
0
[LLVMdev] Compiling with Intel c++ 8.0
On Wed, 8 Dec 2004, [iso-8859-1] Bj�rn Wennberg wrote: > I am attempting to compile the llvm distribution with the Intel Compiler 8.0 > on linux and I have some minor patches I would like to apply. In our project > we compile and run the code both on win32, together with Morten Ofstad using > the MS compiler, and on linux using the intel compiler. Great! I'm going to leave the