[Lldb-commits] [lldb] [lldb][test] Improve toolchain detection in Makefile.rules (PR #102185)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 26 08:18:54 PDT 2024


================
@@ -213,7 +229,7 @@ endif
 LIMIT_DEBUG_INFO_FLAGS =
 NO_LIMIT_DEBUG_INFO_FLAGS =
 MODULE_DEBUG_INFO_FLAGS =
-ifneq (,$(findstring clang,$(CC)))
+ifeq ($(CCC), clang)
----------------
labath wrote:

What does CCC stand for?

https://github.com/llvm/llvm-project/pull/102185


More information about the lldb-commits mailing list