search for: 2440e772

Displaying 1 result from an estimated 1 matches for "2440e772".

Did you mean: 244072
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