search for: 8re

Displaying 1 result from an estimated 1 matches for "8re".

Did you mean: 8e
2019 Sep 19
4
LLVM building problem
...ing a Virtual Machine with Ubuntu 18.04 at VIrtualBox and I'm trying to build the LLVM project from https://github.com/llvm/llvm-project.git. This VM has 6 cores (from an intel core i-7 8th gen), 11GB of RAM and 300GB of storage (from a 1TB HDD) at a laptop, this is the model: MSI GS63 Stealth 8RE. Then, I'm doing exactly that this tutorial says to build LLVM: https://llvm.org/docs/GettingStarted.html 1) Clone the project from git: "git clone https://github.com/llvm/llvm-project.git". 2) Use cmake at the build directory: "cmake -G 'Ninja' ../llvm". 3) Build...