summaryrefslogtreecommitdiffstats
path: root/build2/cc/compile-rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/compile-rule.cxx')
-rw-r--r--build2/cc/compile-rule.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx
index dd953145..6a8e2851 100644
--- a/build2/cc/compile-rule.cxx
+++ b/build2/cc/compile-rule.cxx
@@ -2837,6 +2837,8 @@ namespace build2
// - Using __COUNTER__ in #if which is incompatible with the
// GCC's -fdirectives-only mode.
//
+ // - A Clang bug: https://bugs.llvm.org/show_bug.cgi?id=35580
+ //
// So let's show the yo-yo'ing command lines and ask the user
// to investigate.
//