All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix missing 'sys' package
@ 2021-09-07  9:43 Kortan
  2021-09-07 20:06 ` Nathan Chancellor
  0 siblings, 1 reply; 2+ messages in thread
From: Kortan @ 2021-09-07  9:43 UTC (permalink / raw)
  To: nathan, ndesaulniers; +Cc: clang-built-linux, linux-kernel, Kortan

Signed-off-by: Kortan <kortanzh@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-07 20:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  9:43 [PATCH] fix missing 'sys' package Kortan
2021-09-07 20:06 ` Nathan Chancellor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.