search for: my_target_intrinsics_class

Displaying 2 results from an estimated 2 matches for "my_target_intrinsics_class".

2013 Jun 25
2
[LLVMdev] Length restriction in tablegen
Hi Is there some sort of restriction over class length names in td files. For e.g. something like below gives an abort with tablegen. The abort goes away when I reduce the name "my_target_intrinsics_class..." to something shorter. I have not counted the exact length limit though. Is this a known issue? defm target_intrinsic: SomeSuperclass<my_target_intrinsics_class_for_atomic_instruction_and_or_xor_cas, .... > Note that I have just given the above example for simple understanding....
2013 Jun 25
0
[LLVMdev] Length restriction in tablegen
...AM, Anitha B Gollamudi <anitha.boyapati at gmail.com> wrote: > Is there some sort of restriction over class length names in td files. Only your own sanity, as far as I know. > For e.g. something like below gives an abort with tablegen. The abort goes away when I reduce the name "my_target_intrinsics_class..." to something shorter. I have not counted the exact length limit though. Is this a known issue? No, can you reproduce it in a debugger? Please file a bug report with a stack trace and steps to reproduce. Thanks, /jakob