[cfe-dev] linkage errors for VS2005 Release build
Sebastian Redl
sebastian.redl at getdesigned.at
Fri Mar 6 10:41:55 PST 2009
On Fri, 06 Mar 2009 13:12:26 +0100, Sebastian Redl
<sebastian.redl at getdesigned.at> wrote:
> On Fri, 6 Mar 2009 12:05:14 -0000, "Viktar Zviarovich"
> <Viktar.Zviarovich at brunel.ac.uk> wrote:
>> In the output of 'dumpbin /symbols clangSema.lib' for debug version I
see
>> the following entries for Sema::ActOnCallExpr where obviously the first
> one
>> is wrong (Sema::SourceLocation and Sema::clang instead of
>> clang::SourceLocation):
>>
>> In debug version all the entries agree.
>> Any ideas?
>>
>
> None. I'll see if I can reproduce the error. This will take the weekend,
> probably.
>
First attempt, fail. Apparently, 2003 is not capable of compiling LLVM.
Now I'll have to get it working in 2008, since I don't have a 2005. The
trick is getting CMake to choose that over the 2003.
Sebastian
More information about the cfe-dev
mailing list