search for: qun

Displaying 13 results from an estimated 13 matches for "qun".

Did you mean: jun
2013 Mar 19
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
Hi! On Fri, Mar 15, 2013 at 10:51 PM, Qun Fa <testforqunfa at gmail.com> wrote: > Thank you Alexey. > > I have tried to use Makefile. This will generate the correct symbols that > I need. > > Any idea on the schedule of adding CMake support to compiler-rt? > Starting from r177382 CMake on Linux should build the...
2013 Mar 25
1
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
On Mon, Mar 25, 2013 at 5:04 PM, Qun Fa <testforqunfa at gmail.com> wrote: > Thank you Alexey. I will try this out this week. Any idea on supporting > this for Mac? > > My raw idea is to add this to compiler-rt/lib/profile/CMakeLists.txt > > if(APPLE) > foreach(arch ${PROFILE_SUPPORTED_ARCH}) > add...
2013 Mar 15
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
On Fri, Mar 15, 2013 at 1:36 AM, Qun Fa <testforqunfa at gmail.com> wrote: > Hi All, > > I think Nick's suggestion is correct, my code was linked against > libprofile_rt.a, which had gcda profiling code before, but was removed > https://github.com/llvm-mirror/llvm/commit/218042a02305a3cc38d968a97ff9ecf4b4abe6...
2013 Mar 25
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...SOURCES ${PROFILE_SOURCES} CFLAGS --sysroot=${COMPILER_RT_DARWIN_SDK_SYSROOT}) endforeach() endif() Do you think it will then support Mac? Longyi On Tue, Mar 19, 2013 at 4:20 AM, Alexey Samsonov <samsonov at google.com>wrote: > Hi! > > On Fri, Mar 15, 2013 at 10:51 PM, Qun Fa <testforqunfa at gmail.com> wrote: > >> Thank you Alexey. >> >> I have tried to use Makefile. This will generate the correct symbols that >> I need. >> >> Any idea on the schedule of adding CMake support to compiler-rt? >> > > Starting fro...
2013 Mar 15
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
Thank you Alexey. I have tried to use Makefile. This will generate the correct symbols that I need. Any idea on the schedule of adding CMake support to compiler-rt? Sincerely, Qun On Fri, Mar 15, 2013 at 1:51 AM, Alexey Samsonov <samsonov at google.com>wrote: > > On Fri, Mar 15, 2013 at 1:36 AM, Qun Fa <testforqunfa at gmail.com> wrote: > >> Hi All, >> >> I think Nick's suggestion is correct, my code was linked against >> li...
2005 Jan 05
1
(no subject)
Googling for `rw1061.exe' turned up: http://www.cipic.ucdavis.edu/~dmrocke/Class/EAD289D/R/rw1061.exe Andy > From: Qun Shi > > Hi Andy, > > Thanks a lot for your promptly response. I searched the whole > web site, I > found the source code for version 1.6.X. Since I'm not a > computer person, > I don't how to compile it, but what I want is binary file for > Windows 2000 >...
2013 Mar 14
2
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...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. >> >> It...
2013 Mar 14
0
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...get_started.html), but with CMake instead of Makefile. But I also noticed in the compiler-rt/lib/CMakeLists.txt file, we have the following FIXME. # FIXME: Add support for the profile library. So, if I want to use the correct library, do I have to switch to Makefile? Any ideas? Thanks very much, Qun On Thu, Mar 14, 2013 at 8:46 AM, Qun Fa <testforqunfa at gmail.com> wrote: > Thanks 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,...
2013 Mar 14
3
[LLVMdev] undefined reference to 'llvm_gcda_start_file', 'llvm_gcda_emit_arcs', etc
...it_arcs', 'llvm_gcda_emit_function', and 'llvm_gcda_end_file'. I have searched the codebase, and have found the functions are defined in GCDAProfiling.c file, but not sure why this suddenly doesn't work for me. Anyone can give any suggestions? Thanks very much in advance. Qun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130313/24e31428/attachment.html>
2005 Jan 05
1
(no subject)
Sources for versions of R as far back as 0.65, I believe, are available on CRAN. You can try to compile from source. Andy > From: Qun Shi > > Hi, > > I'm trying to use the version of dchip combined with R to > analyze my data. > I need R version 1.6 which fits for dchip as dchip manual said. So I > would appreciate a lot if someone could tell me where I could > find this > version and download?...
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, wh...
2013 Mar 15
0
[LLVMdev] Problems about developing LLVM pass on windows visual studio
...ut Adding Target Dependent Decision in LSR > Please (Yin Ma) > 4. Re: Suggestion About Adding Target Dependent Decision in LSR > Please (Hal Finkel) > 5. Re: undefined reference to 'llvm_gcda_start_file', > 'llvm_gcda_emit_arcs', etc (Qun Fa) > 6. Re: Suggestion About Adding Target Dependent Decision in LSR > Please (Yin Ma) > 7. Problems about developing LLVM pass on windows visual studio > (tianxiang sui) > 8. Re: Problems about developing LLVM pass on windows visual > stud...
2024 Feb 19
1
Compile/Package / Config/Run 2.8.1 / Raspberry / UPS
...re] [Then copied / linked from my tar folder as follows] cp bin/* /bin ln -s /usr/local/ups/etc /etc/nut md /lib/ups; cp lib/* /lib/ups/ cp libexec/* /usr/libexec cp sbin /sbin/ ln -s /usr/local/ups/lib /lib/ups [Configuration details...] [Why reinvent the wheel and risk a problem?] nut-scanner -qUN > /etc/nut/ups.conf [Configuration of /etc/nut/ups.conf becomes:] [nutdev-usb1] driver = "usbhid-ups" port = "auto" vendorid = "0764" productid = "0501" product = "SL Series" vendor = "CPS" # bus = "001" # device = "049&...