Hi,
I tried many times to install clang-13 in ubuntu-16.04. I followed the
steps mentioned below.
- git clone https://github.com/llvm/llvm-project.git
- git checkout llvmorg-13.0.0
- cd llvm-project
- mkdir build
- cd build
- cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles"
21, at 06:45, Csaba Raduly via cfe-users <
> cfe-users@lists.llvm.org> wrote:
>
> Hi Sunil,
>
> On Fri, 24 Dec 2021 at 14:51, Sunil Kumar via cfe-users
> wrote:
>
>
> Hi,
> I tried many times to install clang-13 in ubuntu-16.04. I followed the
> steps mentione