search for: xxxmcasminfo

Displaying 2 results from an estimated 2 matches for "xxxmcasminfo".

Did you mean: x86mcasminfo
2012 Nov 27
1
[LLVMdev] Purpose of -debug-compile in NVPTX backend
Hi! My general understanding of the debug symbol support is that: - the backend defines in the XXXMCAsmInfo class if debug information is supported (e.g. SupportsDebugInformation = true / false) - if I don't want to output debug information then I can use the (hidden) command line option -disable-debug-info-print (defined in DwarfDebug.cpp). However, in NVPTXMCAsmInfo.cpp I found: - a new comman...
2011 Sep 29
1
[LLVMdev] llc and Assembler Location Control Directives
I want to locate the module in llc that produces the assembler location control directives which are seen in the .s output file, so that I can modify it. I suspect these are not target-specific, and therefore are probably not in ./src/lib/Target/[mytarg], but I may be wrong. I'm fairly new to all this, so any pointers as to where I should be looking help a great deal. As an example, the