search for: ruobin

Displaying 8 results from an estimated 8 matches for "ruobin".

Did you mean: robin
2019 Jan 23
3
答复: How to add new arch for llvm-cov show?
...ut I found "e_machine" is defined somewhere in MCAssembler(My compiler uses binutils as assembler) . Although I make some hacks to pass this checking, I still get other errors. So my problem is whether llvm-cov has to work with MCAssembler and is it possible to do it with binutils? Best, Ruobin > -----邮件原件----- > 发件人: vsk at apple.com [mailto:vsk at apple.com] > 发送时间: 2019年1月23日 1:24 > 收件人: xuruobin <xuruobin at huawei.com> > 抄送: llvm-dev at lists.llvm.org; Yuchao (Michael) > <michael.yuchao at huawei.com> > 主题: Re: [llvm-dev] How to add new arch for llvm...
2019 Jan 22
2
How to add new arch for llvm-cov show?
...quot; and the error was "Failed to load coverage: No object file for requested architecture." I think I should add my arch information to somewhere(maybe an llvm-cov support list?) but I don't know where to add these information. Can someone give me some suggestions? Best Regards, Ruobin.
2019 Jan 24
2
答复: 答复: How to add new arch for llvm-cov show?
...overageMappingReader.cpp). I thought it was my ldscript problem because I put __llvm_prf_names, __llvm_prf_cnts, __llvm_prf_data and __llvm_prf_vnds inside .rodata section. Compiler checked .rodata but not things inside .rodata. What’s the right position to put these 4 __llvm_prf_* sections? Best, Ruobin. 发件人: vsk at apple.com [mailto:vsk at apple.com] 代表 Vedant Kumar 发送时间: 2019年1月24日 0:12 收件人: xuruobin <xuruobin at huawei.com> 抄送: vsk at apple.com; llvm-dev at lists.llvm.org; Yuchao (Michael) <michael.yuchao at huawei.com> 主题: Re: 答复: [llvm-dev] How to add new arch for llvm-cov show?...
2019 Jan 25
2
答复: How to add new arch for llvm-cov show?
...ill go into a switch/case and the code enters the default branch which returns an UnknownArch. I hacked the code to make default branch return Triple::XXXX(only a temporary solution for the first point). Where should I place __llvm_prf_* sections? Is it ok to put them into .rodata section? Best, Ruobin 发件人: vsk at apple.com [mailto:vsk at apple.com] 代表 Vedant Kumar 发送时间: 2019年1月25日 3:14 收件人: xuruobin <xuruobin at huawei.com> 抄送: llvm-dev at lists.llvm.org; Yuchao (Michael) <michael.yuchao at huawei.com> 主题: Re: [llvm-dev] How to add new arch for llvm-cov show? On Jan 23, 2019, at...
2018 Aug 13
2
Assembly mimatch between windows and linux llvm.(probably caused by sort algorithm)
...ort', these two assembly files became the same but other assembly files differed(A_Linux = A_Windows, B_Linux != B_Windows). I cannot figure out the reason and could you give me some advice why this happened and what sort algorithm should I use to get exactly same assembly files? Best regards, Ruobin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180813/debbfa15/attachment.html>
2019 May 16
2
How data is laid out in default.profraw when doing profiling?
...ause we didn't construct a correct default.profraw. So how data is laid out in default.profraw when doing profiling? Any help will be appreciated. A small tip which may help. We are using coverage tool for a new target so when building compiler-rt, we use InstrProfilingPlatformOther.c Best, Ruobin
2018 Dec 22
3
How to compile glibc with clang/llvm?
...these functions are supported by glibc but I cannot bulid glibc with clang/llvm(configure gave me an error “These critical programs are missing or too old: compiler”). So I want to know how can I compile glibc with clang/llvm or are there some WIP patches to help me with this requirement? Thanks, Ruobin.
2018 Dec 23
3
How to compile glibc with clang/llvm?
...upplement for some macros otherwise not possible with Clang. Even if you do get it to > build I think it may be a waste of time to try and just implement the missing symbols in your case (or figure out why > they're not being exported). > > Thanks. > > On 22/12/2018 09:29, xuruobin via llvm-dev wrote: >> To whom it may concern, >> >> Is there a way to build glibc with clang/llvm? I’m working on enabling llvm-cov for my compiler which is a totally new arch with a libc.a built from newlib. I successfully built compiler-rt but when I typed the command ` clang...