[llvm-commits] [llvm] r128585 - in /llvm/trunk: lib/Target/ARM/ARMBaseInfo.h lib/Target/ARM/ARMBaseInstrInfo.h lib/Target/ARM/ARMInstrFormats.td lib/Target/ARM/ARMInstrInfo.td lib/Target/ARM/AsmParser/ARMAsmParser.cpp lib/Target/ARM/InstPrinter/A

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Wed Mar 30 18:05:19 PDT 2011


> No, you can not do this. This will transitively
> #include ARMGenRegisterInfo.h.inc which declares "extern QQQQPRClass
> QQQQPRRegClass;". That causes ARMInstPrinter to have a dependency on
> ARMCodeGen, causing a cycle.
> We'll probably revert this patch shortly. Please re-commit once you fix
> this!
> Nick

You're right. Thanks for reverting.

-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc




More information about the llvm-commits mailing list