Displaying 10 results from an estimated 10 matches for "llvm_start_opt_edge_profil".
2013 Mar 14
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...t I saw
00000000000000a8 T llvm_start_basic_block_tracing
0000000000000067 T llvm_trace_basic_block
0000000000000467 T llvm_decrement_path_count
000000000000042a T llvm_increment_path_count
0000000000000662 T llvm_start_path_profiling
0000000000000020 T llvm_start_edge_profiling
0000000000000020 T llvm_start_opt_edge_profiling
Thanks again,
Qun
On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Qun Fa wrote:
>
>> Hi,
>> I am trying to test my project and get the code coverage with a version
>> of clang compiler that was built from the latest llvm/clang codebase...
2013 Mar 15
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...cing
>> 0000000000000067 T llvm_trace_basic_block
>> 0000000000000467 T llvm_decrement_path_count
>> 000000000000042a T llvm_increment_path_count
>> 0000000000000662 T llvm_start_path_profiling
>> 0000000000000020 T llvm_start_edge_profiling
>> 0000000000000020 T llvm_start_opt_edge_profiling
>>
>> Thanks again,
>> Qun
>>
>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>>
>>> Qun Fa wrote:
>>>
>>>> Hi,
>>>> I am trying to test my project and get the code coverage with a ve...
2013 Mar 14
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...vm_start_basic_block_tracing
> 0000000000000067 T llvm_trace_basic_block
> 0000000000000467 T llvm_decrement_path_count
> 000000000000042a T llvm_increment_path_count
> 0000000000000662 T llvm_start_path_profiling
> 0000000000000020 T llvm_start_edge_profiling
> 0000000000000020 T llvm_start_opt_edge_profiling
>
> Thanks again,
> Qun
>
> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>
>> Qun Fa wrote:
>>
>>> Hi,
>>> I am trying to test my project and get the code coverage with a version
>>> of clang compiler tha...
2013 Mar 19
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...ace_basic_block
>>>> 0000000000000467 T llvm_decrement_path_count
>>>> 000000000000042a T llvm_increment_path_count
>>>> 0000000000000662 T llvm_start_path_profiling
>>>> 0000000000000020 T llvm_start_edge_profiling
>>>> 0000000000000020 T llvm_start_opt_edge_profiling
>>>>
>>>> Thanks again,
>>>> Qun
>>>>
>>>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>>>>
>>>>> Qun Fa wrote:
>>>>>
>>>>>> Hi,
>>>...
2013 Mar 15
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...0000000067 T llvm_trace_basic_block
>>> 0000000000000467 T llvm_decrement_path_count
>>> 000000000000042a T llvm_increment_path_count
>>> 0000000000000662 T llvm_start_path_profiling
>>> 0000000000000020 T llvm_start_edge_profiling
>>> 0000000000000020 T llvm_start_opt_edge_profiling
>>>
>>> Thanks again,
>>> Qun
>>>
>>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>>>
>>>> Qun Fa wrote:
>>>>
>>>>> Hi,
>>>>> I am trying to test my pro...
2013 Mar 25
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...>>>> 0000000000000467 T llvm_decrement_path_count
>>>>> 000000000000042a T llvm_increment_path_count
>>>>> 0000000000000662 T llvm_start_path_profiling
>>>>> 0000000000000020 T llvm_start_edge_profiling
>>>>> 0000000000000020 T llvm_start_opt_edge_profiling
>>>>>
>>>>> Thanks again,
>>>>> Qun
>>>>>
>>>>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
>>>>>
>>>>>> Qun Fa wrote:
>>>>>>
>>...
2013 Mar 25
1
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...0000000000000467 T llvm_decrement_path_count
>>>>>> 000000000000042a T llvm_increment_path_count
>>>>>> 0000000000000662 T llvm_start_path_profiling
>>>>>> 0000000000000020 T llvm_start_edge_profiling
>>>>>> 0000000000000020 T llvm_start_opt_edge_profiling
>>>>>>
>>>>>> Thanks again,
>>>>>> Qun
>>>>>>
>>>>>> On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca>wrote:
>>>>>>
>>>>>>> Qun Fa wrote:
>&g...
2013 Mar 14
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
Qun Fa wrote:
> Hi,
> I am trying to test my project and get the code coverage with a version
> of clang compiler that was built from the latest llvm/clang codebase.
>
> It worked for a while. But today, after I updated my local checkout, and
> re-build llvm, clang and compiler-rt, when I test my project again, I
> got the errors with undefined reference to
2013 Mar 14
3
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
Hi,
I am trying to test my project and get the code coverage with a version of
clang compiler that was built from the latest llvm/clang codebase.
It worked for a while. But today, after I updated my local checkout, and
re-build llvm, clang and compiler-rt, when I test my project again, I got
the errors with undefined reference to 'llvm_gcda_start_file',
'llvm_gcda_emit_arcs',
2013 Mar 15
0
[LLVMdev] Problems about developing LLVM pass on windows visual studio
...gt; > 0000000000000067 T llvm_trace_basic_block
> > 0000000000000467 T llvm_decrement_path_count
> > 000000000000042a T llvm_increment_path_count
> > 0000000000000662 T llvm_start_path_profiling
> > 0000000000000020 T llvm_start_edge_profiling
> > 0000000000000020 T llvm_start_opt_edge_profiling
> >
> > Thanks again,
> > Qun
> >
> > On Thu, Mar 14, 2013 at 1:11 AM, Nick Lewycky <nicholas at mxc.ca> wrote:
> >
> >> Qun Fa wrote:
> >>
> >>> Hi,
> >>> I am trying to test my project and get the code coverage...