diff options
-rw-r--r-- | build2/cc/compile-rule.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index dd95314..6a8e285 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. // |