[llvm-commits] [LLVM] [MC Disassembler] Adding support for disassembler for MIPS

Jovanovic, Petar petarj at mips.com
Wed Apr 11 18:11:34 PDT 2012


Are there any remaining issues with the patch or it can be applied now?

Regards,
Petar
________________________________________
From: Medic, Vladimir
Sent: Friday, April 06, 2012 12:05 PM
To: NAKAMURA Takumi; Akira Hatanaka
Cc: llvm-commits at cs.uiuc.edu; Jovanovic, Petar
Subject: RE: [llvm-commits] [LLVM] [MC Disassembler] Addding support for dissassembler for MIPS

Please find attached the updated patch for Mips Disassembler support. This patch should solve the build problems that the previous one had.
Takumi,, I would kindly ask you to take a quick  look at it and confirm if the problems with MS cl.exe build have been solved.

Vladimir

________________________________________
From: NAKAMURA Takumi [geek4civic at gmail.com]
Sent: Tuesday, April 03, 2012 6:44 AM
To: Medic, Vladimir; Akira Hatanaka
Cc: llvm-commits at cs.uiuc.edu; Jovanovic, Petar
Subject: Re: [llvm-commits] [LLVM] [MC Disassembler] Addding support for dissassembler for MIPS

Vladimir and Hatanaka san,

lib/Target/Mips/Disassembler/CMakeLists.txt was bogus, duplicated!
Please prune latter half of CMakeLists.txt in next time.

FYI, I have confirmed MipsDisassembler.cpp cannot be compiled with MS
CL.EXE with optimized. It makes sense that disabling optimization for
MSC. ;)

...Takumi




More information about the llvm-commits mailing list