[cfe-users] Issue with clang-13

2021-12-24 Thread Sunil Kumar via cfe-users
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"

Re: [cfe-users] Issue with clang-13

2021-12-24 Thread Csaba Raduly via cfe-users
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 > mentioned below. > > git clone https://github.com/llvm/llvm-project.git > git checkout llvmorg-13.0.0 > cd llvm-project > mkdir build

Re: [cfe-users] Issue with clang-13

2021-12-24 Thread Matthew Fernandez via cfe-users
> On Dec 24, 2021, at 06:45, Csaba Raduly via cfe-users > wrote: > > Hi Sunil, > > On Fri, 24 Dec 2021 at 14:51, Sunil Kumar via cfe-users > mailto:cfe-users@lists.llvm.org>> wrote: >> >> Hi, >> I tried many times to install clang-13 in ubuntu-16.04. I followed the steps >> mentioned below.

Re: [cfe-users] Issue with clang-13

2021-12-24 Thread Sunil Kumar via cfe-users
Thanks Matthew. I am using the x86_64 system. I wanted to ask you one more question. After installing clang, how to install openmp with the *OMPT tool *interface in clang-13. On Fri, Dec 24, 2021 at 9:39 PM Matthew Fernandez < matthew.fernan...@gmail.com> wrote: > > On Dec 24, 2021, at 06:45, Cs

Re: [cfe-users] Issue with clang-13

2021-12-24 Thread Matthew Fernandez via cfe-users
> On Dec 24, 2021, at 09:56, Sunil Kumar wrote: > > Thanks Matthew. I am using the x86_64 system. > I wanted to ask you one more question. After installing clang, how to install > openmp with the OMPT tool interface in clang-13. Sorry, this is something I am not familiar with. I thought openm