Re: [PATCH v6 22/25] x86/asm: annotate indirect jumps

From: Nick Desaulniers
Date: Mon Nov 09 2020 - 22:19:09 EST


On Mon, Nov 9, 2020 at 6:29 PM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> Also, any details on how to build clang would be appreciated, it's been
> a while since I tried.

$ git clone https://github.com/llvm/llvm-project.git --depth 1
$ mkdir llvm-project/llvm/build
$ cd !$
$ cmake .. -DCMAKE_BUILD_TYPE=Release -G Ninja
-DLLVM_ENABLE_PROJECTS="clang;lld;compiler-rt"
$ ninja
$ export PATH=$(pwd)/bin:$PATH
$ clang --version
--
Thanks,
~Nick Desaulniers