[LLVMdev] TSFlags in AsmBackend (original) (raw)
Steve King steve at metrokings.com
Fri Oct 31 10:51:56 PDT 2014
- Previous message: [LLVMdev] Tree conflict on checkout
- Next message: [LLVMdev] TSFlags in AsmBackend
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello LLVM, I'd like to check TSFlags in my AsmBackend code. However AsmBackend objects don't have a reference to MCInstrInfo, which is the only way I've seen to reach TSFlags. A quickie grep shows that none of the existing targets check TSFlags in their AsmBackends. Is there any reason I shouldn't check TSFlags in AsmBackend? If not, what's the best way to go about it? Thanks, -steve
- Previous message: [LLVMdev] Tree conflict on checkout
- Next message: [LLVMdev] TSFlags in AsmBackend
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]