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

Nick Desaulniers ndesaulniers at google.com
Mon Nov 9 22:18:54 EST 2020


On Mon, Nov 9, 2020 at 6:29 PM Josh Poimboeuf <jpoimboe at redhat.com> 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



More information about the linux-arm-kernel mailing list