Displaying 1 result from an estimated 1 matches for "data8bitsdirect".
2012 Nov 27
1
[LLVMdev] Purpose of -debug-compile in NVPTX backend
...NVPTXMCAsmInfo::NVPTXMCAsmInfo(const Target &T, const StringRef &TT) {
InlineAsmStart = " inline asm";
InlineAsmEnd = " inline asm";
- SupportsDebugInformation = CompileForDebugging;
+ SupportsDebugInformation = true;
HasDotTypeDotSizeDirective = false;
Data8bitsDirective = " .b8 ";