search for: liyang

Displaying 16 results from an estimated 16 matches for "liyang".

Did you mean: liang
2016 Apr 25
2
bug: cross-compile Clang/LLVM for ARM using Clang/LLVM
...missing libraries(ex. "error: Host compiler appears to require libatomic, but cannot find it"). As I have found that the bugs needed to dealt with is some ARM-dependent libraries, I cannot download them on Ubuntu14, could you share them or some available links? Thanks very much! Best, Liyang 2016-04-25 18:33 GMT+08:00 Renato Golin <renato.golin at linaro.org>: > On 25 April 2016 at 10:39, 李阳 via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > >> CC='clang' CXX='clang++' cmake -G Ninja ../llvm-source-code >> -DCMAKE_CROSSCOMPILING=True...
2016 Apr 25
2
bug: cross-compile Clang/LLVM for ARM using Clang/LLVM
Hi James, renato, So how do I download the missing ARM libraries on Ubuntu14.04? I cannot find any available libraries. Best, Liyang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160425/04dfc553/attachment.html>
2016 Nov 30
2
Problem about compiling the LLVM source code on QEMU running the aarch64?
...cessfully on Debian on QEMU/X86_64. The remained is to confirm whether the LLVM source code can be compiled successfully on Debian on QEMU/aarch64.? Thanks all the same! Best 2016-11-30 21:15 GMT+08:00 David Chisnall <David.Chisnall at cl.cam.ac.uk>: > On 30 Nov 2016, at 13:12, 李阳 <liyang.cs.cqu at gmail.com> wrote: > > > > Any kind of distribution is OK, the following is what I tried: > > > > 1. debian-testing-arm64-netinst.iso > > 2. debian-8.6.0-arm64-CD-1.iso > > 3. debian-testing-arm64-DVD-1.iso > > > > The launch script doesn&...
2016 Nov 30
2
Problem about compiling the LLVM source code on QEMU running the aarch64?
Any kind of distribution is OK, the following is what I tried: 1. debian-testing-arm64-netinst.iso 2. debian-8.6.0-arm64-CD-1.iso 3. debian-testing-arm64-DVD-1.iso The launch script doesn't make any output. 2016-11-30 21:05 GMT+08:00 David Chisnall <David.Chisnall at cl.cam.ac.uk>: > On 30 Nov 2016, at 13:02, 李阳 via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >
2016 May 03
2
Problem on cross-compiling compiler-rt
Hi. I'm trying to use Clang/LLVM as a cross-compiling toolchain. In previous version of LLVM with the old configure/Makefile building system, I'm able to build Clang/LLVM for target architecture with the host GCC firstly and then use the generated cross compiler to compile the compiler-rt project, and, consequently, I can get a cross compiler as well as the compiler-rt library. However,
2016 May 03
2
Problem on cross-compiling compiler-rt
...In the guide[GetStarted.rst], the tutorial says before running CMake command, you must checkout all the source code. CMake does not pickup newly added source directories in incremental builds. > > Have you cross-compiled the LLVM/Clang for ARM, or other successfully? > > Cheers, > Liyang > > 2016-05-03 14:42 GMT+08:00 王磊 via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>: > > Hi. > I'm trying to use Clang/LLVM as a cross-compiling toolchain. In previous version of LLVM with the old configure/Makefile building system, I...
2016 Nov 30
2
Problem about compiling the LLVM source code on QEMU running the aarch64?
Hi all, Anyone who wants to compile the ``LLVM source code`` on ``QEMU`` running the aarch64 operating system? Now I came across the problem: I cannot launch the aarch64 operating system on QEMU? Wish to get help! Thanks in advance! Best, liyang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161130/f1e649e5/attachment.html>
2017 Oct 30
1
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...ed: 7 > >This patch is in the tip tree only, it will be merged in 4.15. So I >don't understand why you are reporting this for 4.14-rc6. Ah sorry, I simply checked recent bisects for that warning. Then I'll need to carry out some new bisect on 4.14-rc6. >There is a patch by Dou Liyang pending since 28th October addressing >that issue: > >[PATCH tip v2] x86/paravirt: Make the virt_spin_lock_key setup after >jump_label_init() Excellent! Thanks, Fengguang
2017 Oct 30
1
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...ed: 7 > >This patch is in the tip tree only, it will be merged in 4.15. So I >don't understand why you are reporting this for 4.14-rc6. Ah sorry, I simply checked recent bisects for that warning. Then I'll need to carry out some new bisect on 4.14-rc6. >There is a patch by Dou Liyang pending since 28th October addressing >that issue: > >[PATCH tip v2] x86/paravirt: Make the virt_spin_lock_key setup after >jump_label_init() Excellent! Thanks, Fengguang
2016 Oct 27
0
problem on compiling cuda program with clang++
...s about your system in order to be able to assist you. (For example, what Linux distribution are you running, and what version?) We will also need the output of running your command with "clang -v" and the preprocessor output, clang -E. -Justin On Thu, Oct 27, 2016 at 11:49 AM, 李阳 <liyang.cs.cqu at gmail.com> wrote: > Yes, I am following the document `CompileCUDAWithLLVM.rst`. > > And I want to use the `clang++` to compile the CUDA program to generate > intermediate representation(IR). However what I have been trying is that > `nvcc` can compile correctly and `clan...
2016 Oct 27
1
problem on compiling cuda program with clang++
1. Yes, you both are right. My platform is Jetson TX1, AArch64. 2. And I obtain all the necessary files for TX1 by JetPack from the host(X86) and so `nvcc` can work rightly. 3. Althrough I can compile LLVM3.9 on TX1, I can not compile the CUDA program using `clang` tools. The error is "sys/cedfs.h no such file". 2016-10-28 4:07 GMT+08:00 Justin Lebar <jlebar at google.com>:
2017 Oct 30
0
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
...ot_successes: 4700 >> boot_failures: 247 > > [...] > >> WARNING:at_kernel/jump_label.c:#static_key_disable_cpuslocked: 7 This patch is in the tip tree only, it will be merged in 4.15. So I don't understand why you are reporting this for 4.14-rc6. There is a patch by Dou Liyang pending since 28th October addressing that issue: [PATCH tip v2] x86/paravirt: Make the virt_spin_lock_key setup after jump_label_init() Juergen > > The call trace is > > [??? 0.000000] Booting paravirtualized kernel on bare hardware > [??? 0.000000] clocksource: refined-jiffie...
2016 Oct 27
3
problem on compiling cuda program with clang++
Hi all, I compiled the *llvm3.9* source code on the *Nvidia TX1* board. And now I am following the document in the docs/CompileCudaWithLLVM.rst to compile cuda program with clang++. However, when I compile `axpy.cu` using `nvcc`, *nvcc* can generate the correct the binary; while compiling `axpy.cu` using clang++, the detailed command is `clang++ axpy.cu -o axpy --cuda-gpu-arch=sm_53
2016 May 05
2
Problem on cross-compiling compiler-rt
...ted.rst], the tutorial says before running CMake command, you must checkout all the source code. CMake does not pickup newly added source directories in incremental builds. >> >> Have you cross-compiled the LLVM/Clang for ARM, or other successfully? >> >> Cheers, >> Liyang >> >> 2016-05-03 14:42 GMT+08:00 王磊 via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>: >> >> Hi. >> I'm trying to use Clang/LLVM as a cross-compiling toolchain. In previous version of LLVM with the old configure/Makefile b...
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote: >Hi Linus, > >Up to now we see the below boot error/warnings when testing v4.14-rc6. > >They hit the RC release mainly due to various imperfections in 0day's >auto bisection. So I manually list them here and CC the likely easy to >debug ones to the corresponding maintainers in the followup emails. >
2017 Oct 30
3
[locking/paravirt] static_key_disable_cpuslocked(): static key 'virt_spin_lock_key+0x0/0x20' used before call to jump_label_init()
On Sun, Oct 29, 2017 at 11:51:55PM +0100, Fengguang Wu wrote: >Hi Linus, > >Up to now we see the below boot error/warnings when testing v4.14-rc6. > >They hit the RC release mainly due to various imperfections in 0day's >auto bisection. So I manually list them here and CC the likely easy to >debug ones to the corresponding maintainers in the followup emails. >