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

Vladislav Dzhidzhoev via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 2 06:07:42 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)
----------------
dzhidzhoev wrote:

Renamed it

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


More information about the lldb-commits mailing list