search for: inlineasmstart

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

2012 Nov 27
1
[LLVMdev] Purpose of -debug-compile in NVPTX backend
..., cl::Hidden, - cl::location(CompileForDebugging), - cl::init(false)); - void NVPTXMCAsmInfo::anchor() { } NVPTXMCAsmInfo::NVPTXMCAsmInfo(const Target &T, const StringRef &TT) { @@ -46,7 +37,7 @@ NVPTXMCAsmInfo::NVPTXMCAsmInfo(const Target &T, const StringRef &TT) { InlineAsmStart = " inline asm"; InlineAsmEnd = " inline asm"; - SupportsDebugInformation = CompileForDebugging; + SupportsDebugInformation = true; HasDotTypeDotSizeDirective = false; Data8bitsDirective = " .b8 ";