Message: 2
Date: Sat, 26 Mar 2011 17:17:24 +0100
From: ?scar Fuentes <ofv@wanadoo.es>
Subject: Re: [cfe-dev] LLVM compilation error on MinGW / MSYS (CMake)
To: cfe-dev@cs.uiuc.edu
Cc: public-matthieu.monrocq-Re5JQEeQqe8AvxtiuMwx3w@lo.gmane.org
Message-ID: <87wrjlx3e3.fsf@wanadoo.es>
Content-Type: text/plain; charset=utf-8?scar Fuentes <ofv@wanadoo.es> writes:
Matthieu Monrocq
<matthieu.monrocq@gmail.com> writes:I have the following error when building:
Creating library file: …/…/…/…/lib/libclang.dll.a
…/…/…/…/lib/libLLVMSupport.a(Signals.cpp.obj):Signals.cpp:(.text+0x48a):
undefined reference to `_imp__SymSetOptions@4’
[snip]Please check if this patch for tools/clang/CMakeLists.txt solves the
problem:[snip]
It works for me. Committed in r128341.
Works here too, thanks!