[llvm-commits] [PATCH] Target/ARM build failure on Cygwin-1.5

Chris Lattner clattner at apple.com
Tue Sep 7 12:51:55 PDT 2010


On Sep 6, 2010, at 5:52 PM, NAKAMURA Takumi wrote:

> Hi, Chris,
> 
> I got erros below;
> 
> lib/Target/ARM/Disassembler/ARMDisassembler.cpp: In member function
> `void llvm::Session::UpdateIT()':
> lib/Target/ARM/Disassembler/ARMDisassembler.cpp:559: error: invalid
> initialization of reference of type 'uint32_t&' from expression of
> type 'unsigned int'
> lib/Target/ARM/Disassembler/ARMDisassemblerCore.h:130: error: in
> passing argument 1 of `void llvm::setSlice(uint32_t&, unsigned int,
> unsigned int, uint32_t)'
> 
> $ gcc --version
> gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
> 
> I thought it would not be good idea to fix setSlice().

Does r113255 fix the problem?

-Chris




More information about the llvm-commits mailing list