kcsan: Re-add GCC as a supported compiler
[linux-2.6-microblaze.git] / Documentation / dev-tools / kcsan.rst
index b38379f..be7a0b0 100644 (file)
@@ -8,7 +8,8 @@ approach to detect races. KCSAN's primary purpose is to detect `data races`_.
 Usage
 -----
 
-KCSAN requires Clang version 11 or later.
+KCSAN is supported by both GCC and Clang. With GCC we require version 11 or
+later, and with Clang also require version 11 or later.
 
 To enable KCSAN configure the kernel with::