[Lldb-commits] [lldb] [lldb][test] Improve toolchain detection in Makefile.rules (PR #102185)
    Vladislav Dzhidzhoev via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Aug 29 05:58:34 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:
Compiler type
https://github.com/llvm/llvm-project/pull/102185
    
    
More information about the lldb-commits
mailing list