[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210907094336.16558-1-kortanzh@gmail.com>
Date: Tue, 7 Sep 2021 17:43:36 +0800
From: Kortan <kortanzh@...il.com>
To: nathan@...nel.org, ndesaulniers@...gle.com
Cc: clang-built-linux@...glegroups.com, linux-kernel@...r.kernel.org,
Kortan <kortanzh@...il.com>
Subject: [PATCH] fix missing 'sys' package
Signed-off-by: Kortan <kortanzh@...il.com>
---
scripts/clang-tools/gen_compile_commands.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/clang-tools/gen_compile_commands.py b/scripts/clang-tools/gen_compile_commands.py
index 0033eedce003..1d1bde1fd45e 100755
--- a/scripts/clang-tools/gen_compile_commands.py
+++ b/scripts/clang-tools/gen_compile_commands.py
@@ -13,6 +13,7 @@ import logging
import os
import re
import subprocess
+import sys
_DEFAULT_OUTPUT = 'compile_commands.json'
_DEFAULT_LOG_LEVEL = 'WARNING'
--
2.33.0
Powered by blists - more mailing lists