From 04d01b52e8a5e0e6ec28ba4b3cce5b41a79a2d6c Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 13 Jan 2021 17:31:06 -0800 Subject: [PATCH] Update Linux --- Example-Projects.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Example-Projects.md b/Example-Projects.md index 9bf012b..18e05c8 100644 --- a/Example-Projects.md +++ b/Example-Projects.md @@ -7,8 +7,7 @@ LLVM=1 enables a full set of LLVM tools: clang, llvm-objcopy, llvm-objdump, llvm make O=/tmp/out/x86_64 ARCH=x86_64 LLVM=1 defconfig make O=/tmp/out/x86_64 ARCH=x86_64 LLVM=1 -k bzImage modules # generate ..cmd files -scripts/gen_compile_commands.py -d /tmp/out/x86_64 -ln -s /tmp/out/x86_64/compile_commands.json +scripts/clang-tools/gen_compile_commands.py -d /tmp/out/x86_64 ``` For older kernel (before http://git.kernel.org/linus/a0d1c951ef08ed24f35129267e3595d86f57f5d3), use