Displaying 3 results from an estimated 3 matches for "emitamdgpubuiltinexpr".
2016 Jul 22
2
HEAD compilation causes gcc internal error
...rt.cpp line 480, which I have no idea what's wrong with the
code. "Luckily", I found gcc4.8.2 and gave it a try, both crashes are gone.
*New problem though:*
/llvm-clang-trunk/src/tools/clang/lib/CodeGen/CGBuiltin.cpp: In member
function ?llvm::Value*
clang::CodeGen::CodeGenFunction::EmitAMDGPUBuiltinExpr(unsigned int, const
clang::CallExpr*)?:
/llvm-clang-trunk/src/tools/clang/lib/CodeGen/CGBuiltin.cpp:7283:39:
error: *?r600_rsq?
is not a member of ?llvm::Intrinsic?*
return emitUnaryBuiltin(*this, E, Intrinsic::r600_rsq);
^
/llvm-clang-trunk/src/tools/cla...
2016 Jul 22
2
HEAD compilation causes gcc internal error
Sure this is more likely a gcc bug. However, same toolchain compiled
without any problems a week ago. Also, in some organizations, upgrading gcc
is very hard if not impossible.
On Fri, Jul 22, 2016 at 11:11 AM, Paulo Matos via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
>
>
> On 22/07/16 20:08, Welson Sun via llvm-dev wrote:
> > This is gcc4.8.0 compiling HEAD synced on
2015 Aug 18
3
[RFC PATCH 1/2] [clang]: Add AuxAttr support
This patch adds EmitTypeAuxAttribute() function to CGDebugInfo, which
allows other parts of clang issue auxiliary information through an
enumeration type in Dwarf information. For example, by calling
DI->EmitTypeAuxAttribute(type, "ID", 1234);
We can get following information in dwarf:
<1><3f>: Abbrev Number: 3 (DW_TAG_structure_type)
<40> DW_AT_name