search for: _llvm_gcda_emit_arcs

Displaying 10 results from an estimated 10 matches for "_llvm_gcda_emit_arcs".

Did you mean: llvm_gcda_emit_arcs
2013 Mar 14
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...s for your reply. May I know which is the recommended library that should be linked against? I am currently linking libprofile_rt.a. And I have noticed the differences that, if we do `nm libprofile_rt.a | grep llvm` with my old copy of the llvm/clang installation, I can see 00000000000005e0 T _llvm_gcda_emit_arcs 0000000000000b48 S _llvm_gcda_emit_arcs.eh 0000000000000430 T _llvm_gcda_emit_function 0000000000000aa8 S _llvm_gcda_emit_function.eh 00000000000006c0 T _llvm_gcda_end_file 0000000000000b98 S _llvm_gcda_end_file.eh 00000000000003d0 T _llvm_gcda_increment_indirect_counter 0000000000000a80 S _llvm_gc...
2013 Mar 15
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...against? >> >> I am currently linking libprofile_rt.a. >> >> And I have noticed the differences that, if we do >> >> `nm libprofile_rt.a | grep llvm` >> >> with my old copy of the llvm/clang installation, I can see >> >> 00000000000005e0 T _llvm_gcda_emit_arcs >> 0000000000000b48 S _llvm_gcda_emit_arcs.eh >> 0000000000000430 T _llvm_gcda_emit_function >> 0000000000000aa8 S _llvm_gcda_emit_function.eh >> 00000000000006c0 T _llvm_gcda_end_file >> 0000000000000b98 S _llvm_gcda_end_file.eh >> 00000000000003d0 T _llvm_gcda_...
2013 Mar 14
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...commended library that should be linked against? > > I am currently linking libprofile_rt.a. > > And I have noticed the differences that, if we do > > `nm libprofile_rt.a | grep llvm` > > with my old copy of the llvm/clang installation, I can see > > 00000000000005e0 T _llvm_gcda_emit_arcs > 0000000000000b48 S _llvm_gcda_emit_arcs.eh > 0000000000000430 T _llvm_gcda_emit_function > 0000000000000aa8 S _llvm_gcda_emit_function.eh > 00000000000006c0 T _llvm_gcda_end_file > 0000000000000b98 S _llvm_gcda_end_file.eh > 00000000000003d0 T _llvm_gcda_increment_indirect_count...
2013 Mar 19
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...a. >>>> >>>> And I have noticed the differences that, if we do >>>> >>>> `nm libprofile_rt.a | grep llvm` >>>> >>>> with my old copy of the llvm/clang installation, I can see >>>> >>>> 00000000000005e0 T _llvm_gcda_emit_arcs >>>> 0000000000000b48 S _llvm_gcda_emit_arcs.eh >>>> 0000000000000430 T _llvm_gcda_emit_function >>>> 0000000000000aa8 S _llvm_gcda_emit_function.eh >>>> 00000000000006c0 T _llvm_gcda_end_file >>>> 0000000000000b98 S _llvm_gcda_end_file.eh...
2013 Mar 15
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...currently linking libprofile_rt.a. >>> >>> And I have noticed the differences that, if we do >>> >>> `nm libprofile_rt.a | grep llvm` >>> >>> with my old copy of the llvm/clang installation, I can see >>> >>> 00000000000005e0 T _llvm_gcda_emit_arcs >>> 0000000000000b48 S _llvm_gcda_emit_arcs.eh >>> 0000000000000430 T _llvm_gcda_emit_function >>> 0000000000000aa8 S _llvm_gcda_emit_function.eh >>> 00000000000006c0 T _llvm_gcda_end_file >>> 0000000000000b98 S _llvm_gcda_end_file.eh >>> 000000...
2013 Mar 25
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...>>> And I have noticed the differences that, if we do >>>>> >>>>> `nm libprofile_rt.a | grep llvm` >>>>> >>>>> with my old copy of the llvm/clang installation, I can see >>>>> >>>>> 00000000000005e0 T _llvm_gcda_emit_arcs >>>>> 0000000000000b48 S _llvm_gcda_emit_arcs.eh >>>>> 0000000000000430 T _llvm_gcda_emit_function >>>>> 0000000000000aa8 S _llvm_gcda_emit_function.eh >>>>> 00000000000006c0 T _llvm_gcda_end_file >>>>> 0000000000000b98 S _l...
2013 Mar 25
1
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...noticed the differences that, if we do >>>>>> >>>>>> `nm libprofile_rt.a | grep llvm` >>>>>> >>>>>> with my old copy of the llvm/clang installation, I can see >>>>>> >>>>>> 00000000000005e0 T _llvm_gcda_emit_arcs >>>>>> 0000000000000b48 S _llvm_gcda_emit_arcs.eh >>>>>> 0000000000000430 T _llvm_gcda_emit_function >>>>>> 0000000000000aa8 S _llvm_gcda_emit_function.eh >>>>>> 00000000000006c0 T _llvm_gcda_end_file >>>>>> 0...
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; > > > I am currently linking libprofile_rt.a. > > > > And I have noticed the differences that, if we do > > > > `nm libprofile_rt.a | grep llvm` > > > > with my old copy of the llvm/clang installation, I can see > > > > 00000000000005e0 T _llvm_gcda_emit_arcs > > 0000000000000b48 S _llvm_gcda_emit_arcs.eh > > 0000000000000430 T _llvm_gcda_emit_function > > 0000000000000aa8 S _llvm_gcda_emit_function.eh > > 00000000000006c0 T _llvm_gcda_end_file > > 0000000000000b98 S _llvm_gcda_end_file.eh > > 00000000000003d0 T _llvm...