question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LLVM installation problem

See original GitHub issue

I’m going to install tvm on arm platform, but after executing apt update and apt install llvm. I found the version of LLVM, which apt source providede, is 3.8. However, tvm requires minimal version of LLVM is 4.0.

Thus, I go to LLVM Download Page and LLVM Debian/Ubuntu nightly packages. I’m confused which version should I download from LLVM Download Page, or build from source code? Another question, I’m also confused about page LLVM Debian/Ubuntu nightly packages, can APT auto-install/choose verison of LLVM and how to configure?

Hope anyone could give any advice or suggestions. Thanks in advance.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
tqchencommented, Aug 19, 2017

@ysh329 a reminder, you do NOT have to build llvm on arm. We can use tvm on your server and do cross compile, see http://docs.tvmlang.org/tutorials/cross_compilation_and_rpc.html

0reactions
ysh329commented, Aug 20, 2017

~~How To Build On ARM — LLVM 6 documentation https://llvm.org/docs/HowToBuildOnARM.html~~

Update 2017-08-20:

Do NOT have to build llvm on arm. We can use tvm on your server and do cross compile, see http://docs.tvmlang.org/tutorials/cross_compilation_and_rpc.html

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation issue: llvm (Assert error building with specific ninja ...
In doing so, I noticed the concretizer overriding my "suggestions" and trying to build some packages with a newer freetype, and so I...
Read more >
debugging installation problem - LLVM Dev List Archives
I have a build of a recent (Monday) llvm/clang which I have installed in the expected way in my environment but I am...
Read more >
llvmlite failed to install. Error building llvmlite - Stack Overflow
I have a problem with installing llvmlite, which is need for installing Numba. I searched for answers to my problem, but nothing is...
Read more >
Getting started with LLVM
This document aims to address this issue and provides an easy way to get started with LLVM. We provide very minimal instructions required...
Read more >
Installation — llvmlite 0.40.0dev0-48-ged0f625-dirty ...
As a result, installing llvmlite from a binary package from the Numba channel does ... If you run into this problem, install libedit-dev...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found