Dear llvm-dev,
The attached patch fixes the following error when building LLVM with VS2005:
lib\MC\MCAssembler.cpp(931) : error C2354:
'llvm::MCSymbolData::Symbol'
: initialization of reference member requires a temporary variable
Best regards,
Victor
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20090831/c58cf066/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcasm-vc2005.patch
Type: application/octet-stream
Size: 625 bytes
Desc: not available
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20090831/c58cf066/attachment.obj>
Fixed in r80652, thanks. - Daniel On Mon, Aug 31, 2009 at 11:07 AM, Victor Zverovich<victor.zverovich at googlemail.com> wrote:> Dear llvm-dev, > The attached patch fixes the following error when building LLVM with VS2005: > lib\MC\MCAssembler.cpp(931) : error C2354: 'llvm::MCSymbolData::Symbol' > : initialization of reference member requires a temporary variable > Best regards, > Victor > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >