search for: data8bitsdirective

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

Did you mean: data16bitsdirective
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 ";