search for: updateflag

Displaying 1 result from an estimated 1 matches for "updateflag".

Did you mean: updateflags
2014 Aug 16
4
[LLVMdev] Target Specific Parsing API
...add functionality to existing functions (like pre-parsing, post-parsing, de-mangling etc) or adding completely new functions. Also, since a common side effect of parsing architectural parameters is to set flags in specific classes, we should expect that every tool will *have* to override the "updateFlags" method inside the tool (including LLVM's integrated assembler) to use their own target-specific structures. I'm hoping that this makes sense. Please let me know if there's any major flaw, or existing infrastructure that we could be re-using. But from the looks of target parsing...