Displaying 1 result from an estimated 1 matches for "phmu1v63".
2012 Aug 17
2
[LLVMdev] MSCV linker and OperandInfo constants
...llvm namespace to a sub-target namespace (i.e. llvm::OperandInfo5
-> llvm::X86::OperandInfo5)
My work around changes the InstrInfoEmitter::run() function in
TableGen/InstrInfoEmitter.cpp . A patch (from llvm 3.0 - it doesn't appear
much has changed) can be found here: http://pastebin.com/pHmu1V63
The whole modified function can be found here:
http://pastebin.com/GN4Hh7BC
This is a simple scoping change, there should be no change in application
behaviour.
This is the first time I've made any patches to llvm - please let me know
if you'd like any more information.
Kind regards...