Displaying 2 results from an estimated 2 matches for "r93858".
2012 Sep 09
0
[LLVMdev] Create target with alternate syntax for globals?
...mitCommonSymbol method. Again, this has
> become a problem because I don't want the default output for global symbols.
> If I can't override this method, how can I change the way that my target
> outputs globals variables?
Ryan,
On which version are you working? I can see, since r93858;
Author: Chris Lattner <sabre at nondot.org>
Date: Tue Jan 19 14:38:33 2010
+ virtual void EmitGlobalVariable(const GlobalVariable *GV);
It seems XCoreAsmPrinter overrides some methods.
...Takumi
2012 Sep 08
3
[LLVMdev] Create target with alternate syntax for globals?
I'm working on building a target for llvm that's the intermediate language
of another compiler, so that the other compiler can benifit from llvm's
optimization passes.
I essentially made a copy of the mips backend, and then started changing
the output to match the intermediate language of the compiler. Most of the
output can be overriden, but I haven't figured out how to change